project
Tag: project
Parent tag: none
Attributes:
width
– int (optional). The width of the window client area.height
– int (optional). The height of the window client area.
Child tags:
The project
tag is the outer tag to define a project. The assets child defines the elements to use in the project, such as cameras, lights, 3D models, etc… The pipelines tag defines a set/sequence of pipelines, where each may contain a sequence of passes.
Example:
<project name="myProject" width=512 height=512> <assets> ... </assets> <pipelines> ... </pipelines> </project>