Set Camera Position
Sets the camera’s position
Installation
To use this node enable omni.graph.ui_nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
In (inputs:execIn) |
|
Signal to the graph that this node is ready to be executed. |
None |
Position (inputs:position) |
|
The new position |
[0.0, 0.0, 0.0] |
Prim (inputs:prim) |
|
The camera prim, when ‘usePath’ is false |
None |
Camera Path (inputs:primPath) |
|
Path of the camera, used when ‘usePath’ is true |
|
Rotate (inputs:rotate) |
|
True to keep position but change orientation and radius (camera moves to new position while still looking at the same target). False to keep orientation and radius but change position (camera moves to look at new target). |
True |
Use Path (inputs:usePath) |
|
When true, the ‘primPath’ attribute is used as the path to the prim being read, otherwise it will read the connection at the ‘prim’ attribute |
True |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Out (outputs:execOut) |
|
Signal to the graph that execution can continue downstream. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.ui_nodes.SetCameraPosition |
Version |
2 |
Extension |
omni.graph.ui_nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests |
uiName |
Set Camera Position |
Categories |
sceneGraph:camera |
Generated Class Name |
OgnSetCameraPositionDatabase |
Python Module |
omni.graph.ui_nodes |