interface
Tag: interface
Parent tag: project
Attributes: (none)
Child Tags:
This tag defines allows the user to create interface elements. These have no effect on the rendering as defined in the pipelines. It can be used to gather information to show the user, such as atomics values, or other variables from the project.
Example:
<interface> <window label="Specular"> <var label="shininess" type="COLOR" context="lighting#pass1::Default" component="SHININESS" def="min=0.0 max=1000 " /> </window> </interface>