C# 클래스 MeshCreatorInput, GCodeToMesh

파일 보기 프로젝트 열기: Grosskopf/GCodeToMesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
meshname string
newNormals Vector3[],
newTriangles int[]
newUV Vector2[],
newVertices Vector3d[],

프로퍼티 상세

meshname 공개적으로 프로퍼티

public string meshname
리턴 string

newNormals 공개적으로 프로퍼티

public Vector3[], newNormals
리턴 Vector3[],

newTriangles 공개적으로 프로퍼티

public int[] newTriangles
리턴 int[]

newUV 공개적으로 프로퍼티

public Vector2[], newUV
리턴 Vector2[],

newVertices 공개적으로 프로퍼티

public Vector3d[], newVertices
리턴 Vector3d[],