instantreality 1.0

Component:
VolumeRendering
Status:
interface only
Structure type:
concrete
Standard:
X3D

CartoonVolumeStyle

Uses the cartoon-style nonphotorealistic rendering of the volume. Cartoon rendering uses two colours that are rendered in a series of distinct flat-shaded sections based on the local surface normal's closeness to the average normal, with no gradients in between.

Inheritance

Code

XML encoding
<CartoonVolumeStyle parallelColor='0 0 0'
orthogonalColor='1 1 1'
colorSteps='4'
enabled='TRUE'
logFeature=''
 />
Classic encoding
CartoonVolumeStyle {
	parallelColor 0 0 0
	orthogonalColor 1 1 1
	colorSteps 4
	enabled TRUE
	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