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 を参照してください

メソッド

メソッド説明
valueOf(Class arg0, String arg1)
compareTo(E arg0)
describeConstable()
equals(Object arg0)
getClass()
getDeclaringClass()
hashCode()
name()
notify()
notifyAll()
ordinal()
toString()
valueOf(String name)
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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:

パラメーター説明
arg0java.lang.Class
arg1java.lang.String

Returns: T

compareTo(E arg0)

public final int compareTo(E arg0)

Parameters:

パラメーター説明
arg0E

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:

パラメーター説明
arg0java.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:

パラメーター説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメーター説明
arg0long
arg1int