ogre command
Examples
The ogre command is the interface for creating and modifying ogre-specific settings.
| Flag | Long Flag | Arg | Description |
|---|---|---|---|
| -av | -addviewport | No | Adds a viewport. |
| -sbl | -showbonelabels | No | Displays bone labels where the bones are located in the scene. |
| -hbl | -hidebonelabels | No | Hides bone labels. |
| -sbt | -showbonetelemetry | Yes | Shows bone transform information. Takes a string array of bone names as input. |
| -hbt | -hidebonetelemetry | No | Hides bone telemetry. |
| -dfov | -defaultfov | Yes | Sets the default field of view for ogre cameras. 0-180 |
Examples
>>> %ogre -addviewport;
>>> %ogre -defaultfov "40";
>>> %ogre -sbt "BN_Head|BN_Jaw";
Version Number:
2010
