VertexElementType
Inheritance: java.lang.Object, java.lang.Enum
public enum VertexElementType extends Enum<VertexElementType>
頂点要素のタイプで、モデリングでの使用方法が定義されます。
フィールド
| フィールド | 説明 |
|---|---|
| BINORMAL | バイノーマルベクトル、VertexElementBinormal を参照してください |
| EDGE_CREASE | エッジクリーズ、VertexElementEdgeCrease |
| HOLE | 穴、VertexElementHole を参照してください |
| MATERIAL | マテリアルインデックス、VertexElementMaterial を参照してください |
| NORMAL | 法線ベクトル、VertexElementNormal を参照してください |
| POLYGON_GROUP | ポリゴングループインデックス、VertexElementPolygonGroup を参照してください |
| SMOOTHING_GROUP | スムージンググループ、VertexElementSmoothingGroup を参照してください |
| SPECULAR | 鏡面色、VertexElementSpecular を参照してください |
| TANGENT | 接線ベクトル、VertexElementTangent を参照してください |
| USER_DATA | ユーザーデータ、通常はアプリケーション固有の目的で使用されます、VertexElementUserData を参照してください |
| UV | テクスチャUV座標、VertexElementUV を参照してください |
| VERTEX_COLOR | 頂点カラー、VertexElementVertexColor を参照してください |
| VERTEX_CREASE | 頂点クリーズ、VertexElementVertexCrease を参照してください |
| VISIBILITY | コンポーネントの可視性、VertexElementVisibility を参照してください |
| WEIGHT | ブレンドウェイト、VertexElementWeight を参照してください |
メソッド
BINORMAL
public static final VertexElementType BINORMAL
バイノーマルベクトル、VertexElementBinormal を参照してください
EDGE_CREASE
public static final VertexElementType EDGE_CREASE
エッジクリーズ、VertexElementEdgeCrease
HOLE
public static final VertexElementType HOLE
穴、VertexElementHole を参照してください
MATERIAL
public static final VertexElementType MATERIAL
マテリアルインデックス、VertexElementMaterial を参照してください
NORMAL
public static final VertexElementType NORMAL
法線ベクトル、VertexElementNormal を参照してください
POLYGON_GROUP
public static final VertexElementType POLYGON_GROUP
ポリゴングループインデックス、VertexElementPolygonGroup を参照してください
SMOOTHING_GROUP
public static final VertexElementType SMOOTHING_GROUP
スムージンググループ、VertexElementSmoothingGroup を参照してください
SPECULAR
public static final VertexElementType SPECULAR
鏡面色、VertexElementSpecular を参照してください
TANGENT
public static final VertexElementType TANGENT
接線ベクトル、VertexElementTangent を参照してください
USER_DATA
public static final VertexElementType USER_DATA
ユーザーデータ、通常はアプリケーション固有の目的で使用されます、VertexElementUserData を参照してください
UV
public static final VertexElementType UV
テクスチャUV座標、VertexElementUV を参照してください
VERTEX_COLOR
public static final VertexElementType VERTEX_COLOR
頂点カラー、VertexElementVertexColor を参照してください
VERTEX_CREASE
public static final VertexElementType VERTEX_CREASE
頂点クリーズ、VertexElementVertexCrease を参照してください
VISIBILITY
public static final VertexElementType VISIBILITY
コンポーネントの可視性、VertexElementVisibility を参照してください
WEIGHT
public static final VertexElementType WEIGHT
ブレンドウェイト、VertexElementWeight を参照してください
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 VertexElementType valueOf(String name)
Parameters:
| パラメーター | 型 | 説明 |
|---|---|---|
| 名前 | java.lang.String |
Returns: VertexElementType
values()
public static VertexElementType[] values()
Returns: com.aspose.threed.VertexElementType[]
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 |