Click or drag to resize
Ab4d.SharpEngine logo

SubMesh Methods

The SubMesh type exposes the following members.

Methods
 NameDescription
Public methodChangeBackMaterial ChangeBackMaterial method changes the material that is used to render back-side triangles defined by this SubMesh. This changes the BackMaterialIndex. This method can be called only after the SubMesh has been added to the MultiMaterialModelNode.
Public methodChangeMaterial ChangeMaterial method changes the material that is used to render font-side triangles defined by this SubMesh. This changes the MaterialIndex. This method can be called only after the SubMesh has been added to the MultiMaterialModelNode.
Public methodUpdateBoundingBox Updates the BoundingBox of this SubMesh. This can be done only after this SubMesh was added to the MultiMaterialModelNode.
Top
See Also