C# Class HaloMap.RawData.ParsedModel.RawDataMetaChunk

The raw data meta chunk.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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.

Method Details

CompressVertice() public méthode

The compress vertice.
public CompressVertice ( float input, float min, float max ) : float
input float The input.
min float The min.
max float The max.
Résultat float

DecompressVertice() public méthode

The decompress vertice.
public DecompressVertice ( float input, float min, float max ) : float
input float The input.
min float The min.
max float The max.
Résultat float

RawDataMetaChunk() public méthode

Initializes a new instance of the RawDataMetaChunk class.
public RawDataMetaChunk ( ) : System
Résultat System

RawDataMetaChunk() public méthode

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.
Résultat System

Property Details

Binormals public_oe property

The binormals.
public List Binormals
Résultat List

BoneMap public_oe property

The bone map.
public List BoneMap
Résultat List

FaceCount public_oe property

The face count.
public int FaceCount
Résultat int

HeaderSize public_oe property

The header size.
public int HeaderSize
Résultat int

IndiceCount public_oe property

The indice count.
public int IndiceCount
Résultat int

Indices public_oe property

The indices.
public short[] Indices
Résultat short[]

Normals public_oe property

The normals.
public List Normals
Résultat List

RawDataChunkInfo public_oe property

The raw data chunk info.
public RawDataOffsetChunk[] RawDataChunkInfo
Résultat RawDataOffsetChunk[]

SubMeshInfo public_oe property

The sub mesh info.
public ModelSubMeshInfo[] SubMeshInfo
Résultat ModelSubMeshInfo[]

Tangents public_oe property

The tangents.
public List Tangents
Résultat List

UVs public_oe property

The u vs.
public List UVs
Résultat List

VerticeBones public_oe property

The vertice bones.
public List VerticeBones
Résultat List

VerticeCount public_oe property

The vertice count.
public int VerticeCount
Résultat int

Vertices public_oe property

The vertices.
public List Vertices
Résultat List

lod public_oe property

The lod.
public int lod
Résultat int

permutation public_oe property

The permutation.
public string permutation
Résultat string

piecename public_oe property

The piecename.
public string piecename
Résultat string

type public_oe property

The type.
public byte type
Résultat byte