Struct BatchedMeshGeometryConfig
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
public struct BatchedMeshGeometryConfig : IBatchedGeometry
- Implements
- Inherited Members
Constructors
BatchedMeshGeometryConfig(Geometry3D, Matrix4x4, int)
public BatchedMeshGeometryConfig(Geometry3D geometry, Matrix4x4 modelTransform, int materialIndex)
Parameters
geometryGeometry3DmodelTransformMatrix4x4materialIndexint
Properties
Geometry
public readonly Geometry3D Geometry { get; }
Property Value
MaterialIndex
public readonly int MaterialIndex { get; }
Property Value
ModelTransform
public readonly Matrix4x4 ModelTransform { get; }