Struct ModelStruct
- Namespace
- HelixToolkit.SharpDX
- Assembly
- HelixToolkit.SharpDX.dll
Used combine with PhongPBRMaterialStruct
public struct ModelStruct
- Inherited Members
- Extension Methods
Fields
Batched
public int Batched
Field Value
BatchedStr
public const string BatchedStr = "bBatched"
Field Value
BoolParams
public Int3 BoolParams
Field Value
BoolParamsStr
public const string BoolParamsStr = "bParams"
Field Value
Color
public Vector4 Color
Field Value
ColorStr
public const string ColorStr = "vColor"
Field Value
HasBones
public int HasBones
Field Value
HasBonesStr
public const string HasBonesStr = "bHasBones"
Field Value
HasInstanceParams
public int HasInstanceParams
Field Value
HasInstanceParamsStr
public const string HasInstanceParamsStr = "bHasInstanceParams"
Field Value
HasInstances
public int HasInstances
Field Value
HasInstancesStr
public const string HasInstancesStr = "bHasInstances"
Field Value
InvertNormal
public int InvertNormal
Field Value
InvertNormalStr
public const string InvertNormalStr = "bInvertNormal"
Field Value
Params
public Vector4 Params
Field Value
ParamsStr
public const string ParamsStr = "vParams"
Field Value
SizeInBytes
public const int SizeInBytes = 144
Field Value
WireframeColor
public Color4 WireframeColor
Field Value
WireframeColorStr
public const string WireframeColorStr = "wireframeColor"
Field Value
World
public Matrix4x4 World
Field Value
WorldStr
public const string WorldStr = "mWorld"