Extra entity libraries FCOLLADA extension
Jump to navigation
Jump to search
| Extension information |
|---|
|
| This article is part of the COLLADA extensions directory |
| Adding to the extensions directory |
Extra entity libraries extension
This <extra> at the <COLLADA> level is typed 'libraries' and contains new libraries that contain non-standard entity types, but are functionally similar to COLLADA's standard libraries.
Currently, this extension is used only to contain one library of emitters.
| Element | Description |
|---|---|
| <libraries_emitters> | Contains the complex <emitter> entity type. See Particle emitters FCOLLADA extension for more information on this type. |
Example
<COLLADA>
<extra type="libraries">
<technique profile="FCOLLADA">
<library_emitters>
<emitter id="generic_emitter"/>
</library_emitters>
</technique>
</extra>
</COLLADA>