|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ globals overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.pqt.autorib.globals
Class Globals

java.lang.Objectorg.pqt.autorib.globals.Globals
- public class Globals
- extends java.lang.Object
| Field Summary | |
static boolean |
alwaysAppendMapNames
true if we always append mapNames, even if they have not yet been created |
static org.pqt.cloptions.FlagOption |
convertShadows
|
static java.lang.String |
depthFilter
this stores the depthfilter option |
static org.pqt.cloptions.StringOption |
depthFilterOpt
|
static boolean |
doConvertShadows
This is true if a conversion step is required for shadow files |
static boolean |
doUseArchive
true if we should write Archives and use ReadArchive statements for shadow maps |
static float |
envmapfov
This stores the field of view for cube face environment maps |
static float |
fuzz
the margin of error to use when comparing colors, if a two colors are within this margin they will be considered equal |
static org.pqt.cloptions.FlagOption |
inlineObjects
|
static boolean |
isDebug
|
static boolean |
isDebugTransform
|
static org.pqt.cloptions.NumberOption |
lightOption
|
static org.pqt.cloptions.FlagOption |
listByName
|
static org.pqt.cloptions.FlagOption |
listNumbers
|
static float |
MAJORVERSION
|
static java.lang.String |
makeNormalEnvOptions
|
static java.lang.String |
makeNormalReflOptions
|
static java.lang.String |
makeNormalShadowOptions
|
static java.lang.String |
makeSoftShadowOptions
|
static org.pqt.cloptions.FlagOption |
mapNameAppend
|
static float |
MINORVERSION
|
static boolean |
noSurface
this is true if surface shaders can be omitted during shadow renders |
static boolean |
omitCurrentObject
this is true if the current object should always be omitted in reflection and environment maps |
static org.pqt.cloptions.StringOption |
outFile
|
static int |
pageWidth
the width of the page in characters - used for fomatting output |
static org.pqt.cloptions.FlagOption |
pipe
|
static org.pqt.cloptions.FlagOption |
sepfile
|
static org.pqt.cloptions.FlagOption |
stdout
|
static org.pqt.cloptions.FlagOption |
useArchives
|
static java.lang.String |
zdriver
this stores the display driver used to render 'z' files - the default is "zfile", which is used by both BMRT and PRMAN |
static org.pqt.cloptions.StringOption |
zDriver
|
| Constructor Summary | |
Globals()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
isDebug
public static boolean isDebug
isDebugTransform
public static boolean isDebugTransform
MAJORVERSION
public static float MAJORVERSION
MINORVERSION
public static float MINORVERSION
stdout
public static org.pqt.cloptions.FlagOption stdout
sepfile
public static org.pqt.cloptions.FlagOption sepfile
pipe
public static org.pqt.cloptions.FlagOption pipe
lightOption
public static org.pqt.cloptions.NumberOption lightOption
listNumbers
public static org.pqt.cloptions.FlagOption listNumbers
listByName
public static org.pqt.cloptions.FlagOption listByName
inlineObjects
public static org.pqt.cloptions.FlagOption inlineObjects
zDriver
public static org.pqt.cloptions.StringOption zDriver
convertShadows
public static org.pqt.cloptions.FlagOption convertShadows
useArchives
public static org.pqt.cloptions.FlagOption useArchives
depthFilterOpt
public static org.pqt.cloptions.StringOption depthFilterOpt
outFile
public static org.pqt.cloptions.StringOption outFile
mapNameAppend
public static org.pqt.cloptions.FlagOption mapNameAppend
makeSoftShadowOptions
public static java.lang.String makeSoftShadowOptions
makeNormalShadowOptions
public static java.lang.String makeNormalShadowOptions
makeNormalEnvOptions
public static java.lang.String makeNormalEnvOptions
makeNormalReflOptions
public static java.lang.String makeNormalReflOptions
zdriver
public static java.lang.String zdriver
- this stores the display driver used to render 'z' files - the
default is "zfile", which is used by both BMRT and PRMAN
doConvertShadows
public static boolean doConvertShadows
- This is true if a conversion step is required for shadow files
depthFilter
public static java.lang.String depthFilter
- this stores the depthfilter option
noSurface
public static boolean noSurface
- this is true if surface shaders can be omitted during shadow renders
doUseArchive
public static boolean doUseArchive
- true if we should write Archives and use ReadArchive statements for
shadow maps
alwaysAppendMapNames
public static boolean alwaysAppendMapNames
- true if we always append mapNames, even if they have not yet been created
pageWidth
public static int pageWidth
- the width of the page in characters - used for fomatting output
fuzz
public static float fuzz
- the margin of error to use when comparing colors, if a two colors
are within this margin they will be considered equal
omitCurrentObject
public static boolean omitCurrentObject
- this is true if the current object should always be omitted in reflection
and environment maps
envmapfov
public static float envmapfov
- This stores the field of view for cube face environment maps
| Constructor Detail |
Globals
public Globals()
|
|||||||||
| Home >> All >> org >> pqt >> autorib >> [ globals overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.pqt.autorib.globals.Globals