instantreality 1.0

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

SortedPrimitiveSet

The SortedPrimitiveSet is a special node for rendering (quad-)strips, which can be sorted in a back to front order with respect to their reference point. Its usage is similiar to the ParticleSet node, but on a "higher" level. Besides this some rendering information like tangents is given.

Inheritance

Code

XML encoding
<SortedPrimitiveSet optimizationMode='auto'
logFeature=''
cacheMode='auto'
normalUpdateMode='nice'
multiResolutionLevel='1'
invalidateVolume='FALSE'
lit='TRUE'
resolution='1'
occluderSpheres=''
upThreshold='0 1 0 0.85'
size='1 1 1'
lowerBound='0.25'
index=''
drawOrder='BackToFront'
mode='QuadSet'
 />
Classic encoding
SortedPrimitiveSet {
	optimizationMode ["auto"]
	logFeature [""]
	cacheMode "auto"
	normalUpdateMode "nice"
	multiResolutionLevel 1
	invalidateVolume FALSE
	lit TRUE
	resolution 1
	occluderSpheres []
	upThreshold 0 1 0 0.85
	size 1 1 1
	lowerBound 0.25
	index []
	drawOrder "BackToFront"
	mode "QuadSet"
}

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