instantreality 1.0

Component:
Shape
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

TexGenMode

Mode for texture coordinate generation functions. All 4 coordinates are wrapped in a single mode by using separate gen funcs for each GenFunc- variable. The optional plane parameters are stored in GenFuncPlane.

Inheritance

Code

XML encoding
<TexGenMode genFuncS='none'
genFuncT='none'
genFuncR='none'
genFuncQ='none'
genFuncSPlane=''
genFuncTPlane=''
genFuncRPlane=''
genFuncQPlane=''
logFeature=''
 />
Classic encoding
TexGenMode {
	genFuncS "none"
	genFuncT "none"
	genFuncR "none"
	genFuncQ "none"
	genFuncSPlane []
	genFuncTPlane []
	genFuncRPlane []
	genFuncQPlane []
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element