org.jdesktop.j3d.loaders.vrml97.node
Class Viewpoint
java.lang.Object
vrml.BaseNode
vrml.node.Node
org.jdesktop.j3d.loaders.vrml97.node.Viewpoint
public class Viewpoint
- extends Node
Description of the Class
Viewpoint
public Viewpoint(Viewpoint init)
- This is an internal constructor. All nodes are created through the
the Browser or Loader
- Parameters:
init
- Description of the Parameter
getViewPlatform
public ViewPlatform getViewPlatform()
- This methods returns the ViewPlatform
- Returns:
- The viewPlatform value
getTransformGroup
public TransformGroup getTransformGroup()
- Gets the transformGroup attribute of the Viewpoint object
- Returns:
- The transformGroup value
getFOV
public float getFOV()
- Gets the fOV attribute of the Viewpoint object
- Returns:
- The fOV value
getDescription
public String getDescription()
- Gets the description attribute of the Viewpoint object
- Returns:
- The description value
Todo: put BSD License reference here..