Meta_Environment
Module: Metanodes / Definitions
Meta_Environment contains a background scene and separates it from the rest of the data, so that an imported CAD model can be dropped into a variety of ready-made environments.
#include <meta_importables.hpp>
Public Types
| Type | Name |
|---|---|
| enum | IDX { Idx_Enabled, Idx_Transform, Idx_StateGroup } Property index. |
Public Types Documentation
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| Idx_Enabled | bool - Enabled state of the environment | |
| Idx_Transform | mat4w - Transform matrix of the environment | |
| Idx_StateGroup | link - Link to a group containing a default state snapshot |
Property index.