SetDefault
Summary
Adjusts the value of an ARDI-VE internal setting - modifies a core behaviour of ARDI across the scene.
Parameters
Name
Type: Strings Default: none
The name of the option to change.
Name | Meaning |
---|---|
ambient | The ambient colour - the value parameter should be a colour made up of red, green, blue and intensity, all between 0 and 1. |
fade | The default amount of opacity when ARDI hides assets other than those with the selected vision mode. Value should be a number between 0 and 1. Used to make small items more visible in complex scenes |
Value
Type: Varies - See Name. Default: blank
The value to set.
Examples
If you would like an extremely bright, cartoonish look to your scene, you could turn the ambient light up to maximum.
<SetDefault Name="ambient" value="1,1,1,1"/>
Want mood lighting in your scene for halloween? Tint everything red.
<SetDefault Name="ambient" value="1,0.5,0.5,0.2"/>
Make the faded assets almost invisible when in a vision mode.
<SetDefault Name="fade" value="0.01"/>