Struct Meshlet.MeshletCone ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Quantized cone used for backface/cone culling.
csharp
public struct Meshlet.MeshletConeFields ​
ConeAxis0 ​
Quantized X component of cone axis (-127..127).
csharp
public sbyte ConeAxis0Field Value ​
ConeAxis1 ​
Quantized Y component of cone axis (-127..127).
csharp
public sbyte ConeAxis1Field Value ​
ConeAxis2 ​
Quantized Z component of cone axis (-127..127).
csharp
public sbyte ConeAxis2Field Value ​
ConeCutoff ​
Quantized cone cutoff/angle (-127..127).
csharp
public sbyte ConeCutoff
