instantreality 1.0

Component:
Geometry3D
Status:
experimental
Structure type:
concrete
Standard:
Avalon

PopGeometryLevel

Experimental PopGeometry level. Each PopGeometry consists of several levels.

Inheritance

Code

XML encoding
<PopGeometryLevel logFeature=''
vertexDataBufferOffset='0'
src=''
numIndices='0'
 />
Classic encoding
PopGeometryLevel {
	logFeature [""]
	vertexDataBufferOffset 0
	src ""
	numIndices 0
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFString src SFString inputOutput src url
SFInt32 numIndices SFInt32 initializeOnly 0 number of indices in this level, the rest of the data will be assumed to hold vertex data
SFInt32 vertexDataBufferOffset SFInt32 initializeOnly 0 Describes the offset of the vertex data package stored with this level inside the original vertex data buffer - this is important to maintain index order
MFString logFeature MFString inputOutput state, child, parent, route, eventIn, eventOut controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element