instantreality 1.0

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

PointMode

The point mode contains the parameters that are specifically set for points. It supports additional geometric characteristics of points, and can be used to render particles or tiny light sources.

Inheritance

Code

XML encoding
<PointMode size='1'
smooth='FALSE'
minSize='-1'
maxSize='-1'
constantAttenuation='1'
linearAttenuation='0'
quadraticAttenuation='0'
fadeThreshold='0'
sprite='FALSE'
rMode='auto'
logFeature=''
 />
Classic encoding
PointMode {
	size 1
	smooth FALSE
	minSize -1
	maxSize -1
	constantAttenuation 1
	linearAttenuation 0
	quadraticAttenuation 0
	fadeThreshold 0
	sprite FALSE
	rMode "auto"
	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