Root node properties are as follows.
| Name |
|
| Name |
- parameter is: string
-
Sets the name of the node. Do not use / or \ [forward slash and backslash]
in the node name as this produces conflicts with NodeLink resolution to external files. Otherwise,
any ASCII character is valid.
|
| Group Traversal |
|
| Visible |
- parameter is: Boolean
- Toggles the node visible or invisible.
|
| Collisions |
- parameter is: Boolean
- Toggles collision detection on the group and its children. This
flag is provided for runtime engine data and has no effect inside Scenome.
Modifying this parameter without specific knowledge of its effect may
cause collision detection failure!
|
| Cull |
- parameter is: Boolean
- Toggles view volume culling on/off. Modifying this parameter may
cause incorrect culling.
|
| Bounding Box |
|
| Bounding Box Frozen |
- parameter is: Boolean
- Freezes the bounding box at its current size. This is mostly
used as a runtime flag. Modifying this parameter may
cause incorrect culling.
|
| Minimum X,Y,Z |
- parameter is: float/double
- Displays the minimum bounding box coordinate on X, Y, and Z. This
field accepts typed in values. Modifying this parameter may
cause incorrect culling.
|
| Maximum X,Y,Z |
- parameter is: float/double
- Displays the maximum bounding box coordinate on X, Y, and Z. This
field accepts typed in values. Modifying this parameter may
cause incorrect culling.
|
| Transformation |
|
| Transform Locked |
- parameter is: Boolean
- Locks the node and prevents transformation of the node and its children.
|
| Position X,Y,Z |
- parameter is: float/double
- Displays the position of the node along X, Y, and Z. This
field accepts typed in values.
|
| Orientation X,Y,Z |
- parameter is: float/double
- Displays the orientation of the node along X, Y, and Z. This
field accepts typed in values.
|
| Scale X,Y,Z |
- parameter is: float/double
- Displays the scale of the node along X, Y, and Z. This
field accepts typed in values.
|
| Billboard |
- parameter is: Boolean
- Sets the node as a billboard. Billboards rotate to face the camera.
|
| Units |
|
| Unit Label |
- parameter is: List
- US Inch. Sets the database to use United States Inches as
the label for distance or position coordinates.
- US Foot. Sets the database to use United States Feet as
the label for distance or position coordinates.
- US Mile. Sets the database to use United States Miles as
the label for distance or position coordinates.
- Metric Centimeter. Sets the database to use Metric Centimeters as
the label for distance or position coordinates.
- Metric Meters. Sets the database to use Metric Meters as
the label for distance or position coordinates.
- Metric Kilometers. Sets the database to use Metric Kilometers as
the label for distance or position coordinates.
- Degrees. Sets the database to use degrees as
the label for distance or position coordinates.
|
| Numeric Precision |
- parameter is: List
- Single Precision [32-bit]. Sets the database to use 32-bit single-precision
floating point numbers for coordinate storage. Altering this flag causes irreversible
changes to precision.
- Double Precision [64-bit]. Sets the database to use 64-bit double
precision floating point numbers for coordinate storage. Altering this flag
causes irreversible changes to precision. Converting a 64-bit database to
a 32-bit database causes irreversible precision loss!
|
| Unit Scale |
- parameter is: float/double
- Sets the database unit scale multiple. This is a developer-only flag.
|