Class OBBCalculator.OBBState
Contains the model view state while traversing the scene to generate the OBB.
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 OBBState : VisitorState, IStateStack
  Constructors
OBBState()
Creates a new instance of type OBBState.
Declaration
public OBBState()
  Properties
ModelView
The model view matrix.
Declaration
public float4x4 ModelView { get; set; }
  Property Value
| Type | Description | 
|---|---|
| float4x4 |