instantreality 1.0

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

ScreenTextOverlay

Textual foreground, that just displays all strings according to a simple style.

Inheritance

Code

XML encoding
<ScreenTextOverlay text=''
color='1,1,1,1'
bgColor='0,0,0,0'
shadowColor='0,0,0,1'
shadowOffset='1,-1'
borderColor='-1,-1,-1,0'
borderOffset='4,4'
pointSize='12.0'
family=''
horizontalAlign='LEFT'
verticalAlign='TOP'
textMargin='0,0'
enabled='TRUE'
exclusive='FALSE'
logFeature=''
 />
Classic encoding
ScreenTextOverlay {
	text [""]
	color 1,1,1,1
	bgColor 0,0,0,0
	shadowColor 0,0,0,1
	shadowOffset 1,-1
	borderColor -1,-1,-1,0
	borderOffset 4,4
	pointSize 12.0
	family ""
	horizontalAlign "LEFT"
	verticalAlign "TOP"
	textMargin 0,0
	enabled TRUE
	exclusive FALSE
	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