프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Binormals | List |
||
BoneMap | List |
||
FaceCount | int | ||
HeaderSize | int | ||
IndiceCount | int | ||
Indices | short[] | ||
Normals | List |
||
RawDataChunkInfo | RawDataOffsetChunk[] | ||
SubMeshInfo | ModelSubMeshInfo[] | ||
Tangents | List |
||
UVs | List |
||
VerticeBones | List |
||
VerticeCount | int | ||
Vertices | List |
||
lod | int | ||
permutation | string | ||
piecename | string | ||
type | byte |
메소드 | 설명 | |
---|---|---|
CompressVertice ( float input, float min, float max ) : float |
The compress vertice.
|
|
DecompressVertice ( float input, float min, float max ) : float |
The decompress vertice.
|
|
RawDataMetaChunk ( ) : System |
Initializes a new instance of the RawDataMetaChunk class.
|
|
RawDataMetaChunk ( int offset, int chunknumber, BoundingBoxContainer bb, |
Initializes a new instance of the RawDataMetaChunk class.
|
public CompressVertice ( float input, float min, float max ) : float | ||
input | float | The input. |
min | float | The min. |
max | float | The max. |
리턴 | float |
public DecompressVertice ( float input, float min, float max ) : float | ||
input | float | The input. |
min | float | The min. |
max | float | The max. |
리턴 | float |
public RawDataMetaChunk ( int offset, int chunknumber, BoundingBoxContainer bb, |
||
offset | int | The offset. |
chunknumber | int | The chunknumber. |
bb | BoundingBoxContainer | The bb. |
meta | The meta. | |
리턴 | System |