C# 클래스 HaloMap.RawData.ParsedModel.RawDataMetaChunk

The raw data meta chunk.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
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, Meta &meta ) : System

Initializes a new instance of the RawDataMetaChunk class.

메소드 상세

CompressVertice() 공개 메소드

The compress vertice.
public CompressVertice ( float input, float min, float max ) : float
input float The input.
min float The min.
max float The max.
리턴 float

DecompressVertice() 공개 메소드

The decompress vertice.
public DecompressVertice ( float input, float min, float max ) : float
input float The input.
min float The min.
max float The max.
리턴 float

RawDataMetaChunk() 공개 메소드

Initializes a new instance of the RawDataMetaChunk class.
public RawDataMetaChunk ( ) : System
리턴 System

RawDataMetaChunk() 공개 메소드

Initializes a new instance of the RawDataMetaChunk class.
public RawDataMetaChunk ( int offset, int chunknumber, BoundingBoxContainer bb, Meta &meta ) : System
offset int The offset.
chunknumber int The chunknumber.
bb BoundingBoxContainer The bb.
meta HaloMap.Meta.Meta The meta.
리턴 System

프로퍼티 상세

Binormals 공개적으로 프로퍼티

The binormals.
public List Binormals
리턴 List

BoneMap 공개적으로 프로퍼티

The bone map.
public List BoneMap
리턴 List

FaceCount 공개적으로 프로퍼티

The face count.
public int FaceCount
리턴 int

HeaderSize 공개적으로 프로퍼티

The header size.
public int HeaderSize
리턴 int

IndiceCount 공개적으로 프로퍼티

The indice count.
public int IndiceCount
리턴 int

Indices 공개적으로 프로퍼티

The indices.
public short[] Indices
리턴 short[]

Normals 공개적으로 프로퍼티

The normals.
public List Normals
리턴 List

RawDataChunkInfo 공개적으로 프로퍼티

The raw data chunk info.
public RawDataOffsetChunk[] RawDataChunkInfo
리턴 RawDataOffsetChunk[]

SubMeshInfo 공개적으로 프로퍼티

The sub mesh info.
public ModelSubMeshInfo[] SubMeshInfo
리턴 ModelSubMeshInfo[]

Tangents 공개적으로 프로퍼티

The tangents.
public List Tangents
리턴 List

UVs 공개적으로 프로퍼티

The u vs.
public List UVs
리턴 List

VerticeBones 공개적으로 프로퍼티

The vertice bones.
public List VerticeBones
리턴 List

VerticeCount 공개적으로 프로퍼티

The vertice count.
public int VerticeCount
리턴 int

Vertices 공개적으로 프로퍼티

The vertices.
public List Vertices
리턴 List

lod 공개적으로 프로퍼티

The lod.
public int lod
리턴 int

permutation 공개적으로 프로퍼티

The permutation.
public string permutation
리턴 string

piecename 공개적으로 프로퍼티

The piecename.
public string piecename
리턴 string

type 공개적으로 프로퍼티

The type.
public byte type
리턴 byte