5 using SiliconStudio.Core;
6 using SiliconStudio.Core.Mathematics;
7 using SiliconStudio.Core.Serialization.Converters;
9 namespace SiliconStudio.
Paradox.Effects
34 NodeIndex = mesh.NodeIndex;
37 Skinning = mesh.Skinning;
Represents an axis-aligned bounding box in three dimensional space.
Describes skinning for a Mesh, through a collection of MeshBoneDefinition.
Base class for converters to/from a data type.
BoundingBox BoundingBox
Gets or sets the bounding box encompassing this Mesh.
MeshSkinningDefinition Skinning
Mesh(Mesh mesh)
Initializes a new instance of the Mesh class using a shallow copy constructor.
int NodeIndex
Index of the transformation node in Model.
Mesh()
Initializes a new instance of the Mesh class.
A container to handle a hierarchical collection of effect variables.