| java.lang.Object com.sun.j3d.loaders.lw3d.TextfileParser com.sun.j3d.loaders.lw3d.LwsCamera
LwsCamera | class LwsCamera extends TextfileParser implements LwsPrimitive(Code) | | This class parses the data in a Scene file related to the camera and
creates Java3D TransformGroup that holds the data for positioning
and orienting the view according to the camera specifications.
|
LwsCamera | LwsCamera(StreamTokenizer st, int firstFrame, int totalFrames, float totalTime, int debugVals) throws ParsingErrorException(Code) | | Constructor: parses camera info and creates LwsMotion object for
keyframe data
|
createJava3dObject | void createJava3dObject(int loadBehaviors)(Code) | | Creates Java3D items from the camera data. These objects consist
of: a TransformGroup to hold the view platform, and the behaviors
(if any) that act upon the view's TransformGroup.
|
getObjectBehaviors | public Vector getObjectBehaviors()(Code) | | Returns animation behaviors for camera
|
getParent | int getParent()(Code) | | Returns parent of the camera object
|
printVals | void printVals()(Code) | | This is a debuggin utility, not currently activated. It prints
out the camera values
|
Methods inherited from com.sun.j3d.loaders.lw3d.TextfileParser | void checkString(StreamTokenizer st, String theString) throws ParsingErrorException(Code)(Java Doc) void checkType(StreamTokenizer st, int theType) throws ParsingErrorException(Code)(Java Doc) protected void debugOutput(int outputType, String theOutput)(Code)(Java Doc) protected void debugOutputLn(int outputType, String theOutput)(Code)(Java Doc) void getAndCheckString(StreamTokenizer st, String expectedValue) throws ParsingErrorException(Code)(Java Doc) String getName(StreamTokenizer st) throws ParsingErrorException(Code)(Java Doc) double getNumber(StreamTokenizer st) throws ParsingErrorException, NumberFormatException(Code)(Java Doc) String getString(StreamTokenizer st) throws ParsingErrorException(Code)(Java Doc) boolean isCurrentToken(StreamTokenizer st, String tokenString)(Code)(Java Doc) void skip(StreamTokenizer st, String tokenString, int skipVals) throws ParsingErrorException(Code)(Java Doc) void skipUntilString(StreamTokenizer st, String theString) throws ParsingErrorException(Code)(Java Doc)
|
|
|