Click or drag to resize
SoCameraViewAll Method
Overload List
  NameDescription
Public methodViewAll(SbBox3f, SbViewportRegion)

Sets the camera to view the region defined by the given bounding box.

Public methodViewAll(SoNode, SbViewportRegion)
Calls ViewAll(sceneRoot, vpRegion, 1.0).
Public methodViewAll(SoPath, SbViewportRegion)
Calls ViewAll(path, vpRegion, 1.0).
Public methodViewAll(SoNode, SbViewportRegion, Single)

Sets the camera to view the scene rooted by the given node.

Public methodViewAll(SoPath, SbViewportRegion, Single)

Sets the camera to view the scene defined by the given path.

Top
See Also