C# Class FBX.Scene.Nodes.Mesh

The mesh class node hosts a collection of primitives
Inheritance: Node
Afficher le fichier Open project: Patapom/GodComplex Class Usage Examples

Protected Properties

Свойство Type Description
m_BoundingBox BoundingBox
m_BoundingSphere BoundingSphere
m_Primitives List
m_WorldBBox BoundingBox
m_bCastShadow bool
m_bReceiveShadow bool
m_bWorldBBoxDirty bool

Méthodes publiques

Méthode Description
AddPrimitive ( string _Name, MaterialParameters _Material, int _VerticesCount, int _FacesCount ) : Primitive
ClearPrimitives ( ) : void
RemovePrimitive ( Primitive _Primitive ) : void

Méthodes protégées

Méthode Description
DisposeSpecific ( ) : void
LoadSpecific ( System _Reader ) : void
PropagateDirtyState ( ) : void
SaveSpecific ( System _Writer ) : void

Private Methods

Méthode Description
Mesh ( Scene _Owner, Node _Parent, System _Reader ) : System
Mesh ( Scene _Owner, int _ID, string _Name, Node _Parent, Matrix4x4 _Local2Parent ) : System

Method Details

AddPrimitive() public méthode

public AddPrimitive ( string _Name, MaterialParameters _Material, int _VerticesCount, int _FacesCount ) : Primitive
_Name string
_Material FBX.Scene.Materials.MaterialParameters
_VerticesCount int
_FacesCount int
Résultat Primitive

ClearPrimitives() public méthode

public ClearPrimitives ( ) : void
Résultat void

DisposeSpecific() protected méthode

protected DisposeSpecific ( ) : void
Résultat void

LoadSpecific() protected méthode

protected LoadSpecific ( System _Reader ) : void
_Reader System
Résultat void

PropagateDirtyState() protected méthode

protected PropagateDirtyState ( ) : void
Résultat void

RemovePrimitive() public méthode

public RemovePrimitive ( Primitive _Primitive ) : void
_Primitive Primitive
Résultat void

SaveSpecific() protected méthode

protected SaveSpecific ( System _Writer ) : void
_Writer System
Résultat void

Property Details

m_BoundingBox protected_oe property

protected BoundingBox m_BoundingBox
Résultat BoundingBox

m_BoundingSphere protected_oe property

protected BoundingSphere m_BoundingSphere
Résultat BoundingSphere

m_Primitives protected_oe property

protected List m_Primitives
Résultat List

m_WorldBBox protected_oe property

protected BoundingBox m_WorldBBox
Résultat BoundingBox

m_bCastShadow protected_oe property

protected bool m_bCastShadow
Résultat bool

m_bReceiveShadow protected_oe property

protected bool m_bReceiveShadow
Résultat bool

m_bWorldBBoxDirty protected_oe property

protected bool m_bWorldBBoxDirty
Résultat bool