Enum LodGroupPlacement
Mode to use for LODs.
Namespace: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
public enum LodGroupPlacement
Fields
Name | Description |
---|---|
LEAVES | The LOD Group is placed on the parent-node of each mesh (or object) existing in the hierarchy. Use this setting if you wish to control the visibility of each sub-part of the imported model. |
ROOT | The LOD Group is placed on the root node of the imported model. Use this setting if you wish to control the global visibility of the entire imported model at once. |