|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Viewpoint
Defines the requirements of an X3D Viewpoint node
| Method Summary | |
|---|---|
float |
getFieldOfView()
Return the fieldOfView float value. |
void |
getPosition(float[] val)
Return the position value in the argument float[] |
void |
setFieldOfView(float val)
Set the fieldOfView field. |
void |
setPosition(float[] val)
Set the position field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DViewpointNode |
|---|
getDescription, getJump, getRetainUserOffsets, setDescription, setJump, setOrientation, setRetainUserOffsets |
| Methods inherited from interface org.web3d.x3d.sai.X3DBindableNode |
|---|
getBindTime, getIsBound, setBind |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
float getFieldOfView()
void setFieldOfView(float val)
val - The float to set.void getPosition(float[] val)
val - The float[] to initialize.void setPosition(float[] val)
val - The float[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||