| java.lang.Object com.sun.j3d.loaders.lw3d.TextfileParser com.sun.j3d.loaders.lw3d.LwsLight
LwsLight | class LwsLight extends TextfileParser implements LwsPrimitive(Code) | | This class creates a light object from the data in a Scene file. It
instantiates an LwsMotion object to create any associated
animations.
|
DIRECTIONALPOINTSPOT | final static int DIRECTIONALPOINTSPOT(Code) | | |
attenuation | Point3f attenuation(Code) | | |
spotConeAngle | float spotConeAngle(Code) | | |
LwsLight | LwsLight(StreamTokenizer st, int totalFrames, float totalTime, int debugVals) throws ParsingErrorException(Code) | | Constructor: parses stream and creates data structures for all
light parameters currently handled by the loader
|
createJava3dObject | void createJava3dObject(int loadBehaviors)(Code) | | Create Java3D objects from the data we got from the file
|
getParent | int getParent()(Code) | | |
printVals | void printVals()(Code) | | |
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)
|
|
|