Table of Contents

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

geometry Geometry3D
modelTransform Matrix4x4
materialIndex int

Properties

Geometry

public readonly Geometry3D Geometry { get; }

Property Value

Geometry3D

MaterialIndex

public readonly int MaterialIndex { get; }

Property Value

int

ModelTransform

public readonly Matrix4x4 ModelTransform { get; }

Property Value

Matrix4x4