This Element
This type of element is used to apply vertex colours to output models and can also be used create Light Group Chunks in an OutputPure3DFile.
<LightGroup Name="World">
<!-- See Child Elements -->
</LightGroup>
- Name: The name used to reference this LightGroup elsewhere.
Child Elements
AmbientLight
TODO
DirectionalLight
TODO
Light
TODO
OutputPure3DFile
This element is used to create a Light Group Chunk in an OutputPure3DFile.
<OutputPure3DFile Name="MyOutputFile" ChunkName="myLightGroup" />
- Name: The name of the OutputPure3DFile to put the Light Group Chunk in.
- ChunkName: The name of the Light Group Chunk.
Version History
1.0
Initial release.