VertexFieldSemantic
내용물
[
숨다
]Inheritance: java.lang.Object, java.lang.Enum
public enum VertexFieldSemantic extends Enum<VertexFieldSemantic>
버텍스 필드의 의미
필드
| 필드 | 설명 |
|---|---|
| BINORMAL | 바이노멀 벡터 |
| EDGE_CREASE | 에지 크리즈 |
| MORPH_NORMAL | 모프 타깃을 위한 노멀 데이터 |
| MORPH_POSITION | 모프 타깃을 위한 위치 데이터 |
| NORMAL | 노멀 벡터 |
| POSITION | 위치 데이터 |
| SPECULAR | 스페큘러 색상 |
| TANGENT | 접선 벡터 |
| USER_DATA | 사용자 데이터, 일반적으로 애플리케이션별 목적을 위해 사용됩니다 |
| UV | 텍스처 UV 좌표 |
| VERTEX_COLOR | 정점 색상 |
| VERTEX_CREASE | 정점 주름 |
| VISIBILITY | 구성 요소 가시성 |
| WEIGHT | 블렌드 가중치 |
메서드
BINORMAL
public static final VertexFieldSemantic BINORMAL
바이노멀 벡터
EDGE_CREASE
public static final VertexFieldSemantic EDGE_CREASE
에지 크리즈
MORPH_NORMAL
public static final VertexFieldSemantic MORPH_NORMAL
모프 타깃을 위한 노멀 데이터
MORPH_POSITION
public static final VertexFieldSemantic MORPH_POSITION
모프 타깃을 위한 위치 데이터
NORMAL
public static final VertexFieldSemantic NORMAL
노멀 벡터
POSITION
public static final VertexFieldSemantic POSITION
위치 데이터
SPECULAR
public static final VertexFieldSemantic SPECULAR
스페큘러 색상
TANGENT
public static final VertexFieldSemantic TANGENT
접선 벡터
USER_DATA
public static final VertexFieldSemantic USER_DATA
사용자 데이터, 일반적으로 애플리케이션별 목적을 위해 사용됩니다
UV
public static final VertexFieldSemantic UV
텍스처 UV 좌표
VERTEX_COLOR
public static final VertexFieldSemantic VERTEX_COLOR
정점 색상
VERTEX_CREASE
public static final VertexFieldSemantic VERTEX_CREASE
정점 주름
VISIBILITY
public static final VertexFieldSemantic VISIBILITY
구성 요소 가시성
WEIGHT
public static final VertexFieldSemantic WEIGHT
블렌드 가중치
valueOf(Class arg0, String arg1)
public static T <T>valueOf(Class<T> arg0, String arg1)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | java.lang.Class | |
| arg1 | java.lang.String |
Returns: T
compareTo(E arg0)
public final int compareTo(E arg0)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | E |
Returns: int
describeConstable()
public final Optional<Enum.EnumDesc<E>> describeConstable()
Returns:
java.util.Optional<java.lang.Enum.EnumDesc
equals(Object arg0)
public final boolean equals(Object arg0)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDeclaringClass()
public final Class<E> getDeclaringClass()
Returns:
java.lang.Class
hashCode()
public final int hashCode()
Returns: int
name()
public final String name()
Returns: java.lang.String
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
ordinal()
public final int ordinal()
Returns: int
toString()
public String toString()
Returns: java.lang.String
valueOf(String name)
public static VertexFieldSemantic valueOf(String name)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 이름 | java.lang.String |
Returns: VertexFieldSemantic
values()
public static VertexFieldSemantic[] values()
Returns: com.aspose.threed.VertexFieldSemantic[]
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 매개변수 | 형식 | 설명 |
|---|---|---|
| arg0 | long | |
| arg1 | int |