instantreality 1.0

Component:
VisibilityGuidedRendering
Status:
interface only
Structure type:
abstract
Standard:
Avalon

VGRViewarea (alias: VGRDefaultViewarea)

Used to render with visibilityGuidedRendering.

Inheritance

Code

XML encoding
<VGRViewarea vgrEnabled='TRUE'
database=''
traceFile=''
maxRAMUsage='4096'
maxVRAMUsage='1024'
progressiveRendering='false'
lodThreshold='1.0'
red='TRUE'
green='TRUE'
blue='TRUE'
alpha='TRUE'
leftBuffer='TRUE'
rightBuffer='TRUE'
enabled='TRUE'
view=''
background=''
foreground=''
environment=''
user=''
fog=''
lowerLeft='0 0'
upperRight='1 1'
description=''
grabFrames='0'
grabFile='frame%04d.png'
statisticLevel='0'
keyPress='0'
keyRelease='0'
mousePress='0'
mouseRelease='0'
mouseMove='0 0'
logFeature=''
 />
Classic encoding
VGRViewarea {
	vgrEnabled TRUE
	database ""
	traceFile ""
	maxRAMUsage 4096
	maxVRAMUsage 1024
	progressiveRendering false
	lodThreshold 1.0
	red TRUE
	green TRUE
	blue TRUE
	alpha TRUE
	leftBuffer TRUE
	rightBuffer TRUE
	enabled TRUE
	view [""]
	background [""]
	foreground [""]
	environment [""]
	user [""]
	fog [""]
	lowerLeft 0 0
	upperRight 1 1
	description ""
	grabFrames 0
	grabFile "frame%04d.png"
	statisticLevel 0
	keyPress 0
	keyRelease 0
	mousePress 0
	mouseRelease 0
	mouseMove 0 0
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFBool vgrEnabled SFBool initializeOnly TRUE enable vgr. If false, the default (rasterization) renderer is used.
SFString database SFString initializeOnly VGR database to cache converted geometry
SFString traceFile SFString initializeOnly Logs of the VGR system go into this file
SFInt32 maxRAMUsage SFInt32 initializeOnly 4096 Size of RAM cache for VGR system in MB
SFInt32 maxVRAMUsage SFInt32 initializeOnly 1024 Size of VRAM cache for VGR system in MB
SFBool progressiveRendering SFBool initializeOnly false enable progressive rendering in VGR system
SFFloat lodThreshold SFFloat initializeOnly 1.0 LOD threshold in VGR system
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element