class LwsFog extends TextfileParser
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
backdropFog |
(package private) Color3f |
color |
(package private) Fog |
fogObject |
(package private) float |
maxAmount |
(package private) float |
maxDist |
(package private) float |
minAmount |
(package private) float |
minDist |
(package private) int |
type |
currentLevel, debugPrinter, EXCEPTION, LINE_TRACE, lineSeparatorChar, MISC, NONE, NUMBER, TIME, TRACE, VALUES, WORD| Constructor and Description |
|---|
LwsFog(java.io.StreamTokenizer st,
int debugVals)
Constructor: parses stream and stores fog data
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
createJava3dObject()
Creates Java3d Fog object given the fog parameters in the file.
|
(package private) Fog |
getObjectNode() |
(package private) void |
printVals() |
checkString, checkType, debugOutput, debugOutputLn, getAndCheckString, getName, getNumber, getString, isCurrentToken, skip, skipUntilStringfloat minDist
float maxDist
float minAmount
float maxAmount
int backdropFog
Color3f color
int type
Fog fogObject
LwsFog(java.io.StreamTokenizer st,
int debugVals)
throws ParsingErrorException
ParsingErrorExceptionvoid createJava3dObject()
Fog getObjectNode()
void printVals()
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.