C# Class PMD.PMDFormat.Vertex

Inheritance: MMD.Format
Exibir arquivo Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
bone_num ushort[]
bone_weight byte
edge_flag byte
normal_vec Vector3
pos Vector3
uv Vector2

Public Methods

Method Description
Vertex ( BinaryReader bin )

Method Details

Vertex() public method

public Vertex ( BinaryReader bin )
bin BinaryReader

Property Details

bone_num public_oe property

public ushort[] bone_num
return ushort[]

bone_weight public_oe property

public byte bone_weight
return byte

edge_flag public_oe property

public byte edge_flag
return byte

normal_vec public_oe property

public Vector3 normal_vec
return Vector3

pos public_oe property

public Vector3 pos
return Vector3

uv public_oe property

public Vector2 uv
return Vector2