🎉 Welcome to the Mirage Renderer Docs Beta.

Object Nodes
Object Stack

Object Stack

Contains all the simulation information of an object

Inputs

  1. ObjectType: type of the object group (CameraObject, DistractorObject, LightObject, OOIObject, PostProcessingObject)
  2. TransformData: Transformation information of the object group (ObjectTransformData)
  3. VisualData: Visual transformation information of the object group (ObjectVisualData[])

Outputs

  1. Out: Object group simulation information (ObjectData[])

Example

Object Stack node example