| java.lang.Object com.sun.j3d.loaders.lw3d.TextfileParser com.sun.j3d.loaders.lw3d.LwsBackground
LwsBackground | class LwsBackground extends TextfileParser (Code) | | This class creates a Background object (solid color only, no geometry)
according to some of the data stored in a Scene file. Note: Lightwave
defines much more complex backgrounds that the loader currently
handles. It should be possible to se Background Geometry to handle
most of these cases, if there's time and will to work on the problem.
|
colorzenithColorskyColorgroundColornadirColor | Color3f colorzenithColorskyColorgroundColornadirColor(Code) | | |
solidBackdrop | int solidBackdrop(Code) | | |
createJava3dObject | void createJava3dObject()(Code) | | Creates Java3d objects from the background data. Note that there
are plenty of lw3d background attributes that the loader currently
ignores. Some of these may best be handled by creating background
geometry rather than a solid background color
|
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)
|
|
|