Class AABBCalculator.AABBState
Contains the model view state while traversing the scene to generate the ABB.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.Engine.Core
Assembly: Fusee.Engine.Core.dll
Syntax
public class AABBState : VisitorState, IStateStack
Constructors
AABBState()
Creates a new instance of type AABBState.
Declaration
public AABBState()
Properties
ModelView
The model view matrix.
Declaration
public float4x4 ModelView { get; set; }
Property Value
Type | Description |
---|---|
float4x4 |