ViewPoseΒΆ

A transformation sub node determining the position and orientation of the viewer for the RenderView command.

Format

Object/Transformation

The pose from which the scene is rendered.

Default

A transformation looking onto the origin from the position (-1000,1000,-1000):

{
 "Rotation": {
         "Angle": 1.2171160059236588,
         "Axis": [
                 0.74290605603104476,
                 0.30772176397716472,
                 0.59447279827354627
         ]
 },
 "Translation": [
         -1000,
         1000,
         -1000
 ]
}