scenes

 

Tag: scenes
Parent tag: pass
Attributes

  • instances (uint – optional) – the number of instances to draw (default = 1)

Child tags:

  • scene+ (string) – Specifies a previously defined scene

This tag defines the scenes that will be available in a pass.

Example:

	
	<scenes instances=10 >
		<scene name="Bench"/>
		<scene name="Trees"/>
		...
	</scenes>