Extra entity libraries FCOLLADA extension: Difference between revisions
Jump to navigation
Jump to search
Created page. |
extensions->extension |
||
Line 1: | Line 1: | ||
{{ | {{extension|company=[[Feeling Software extensions|Feeling Software]]|product=[[FCollada]]}} | ||
== Extra entity libraries extension == | == Extra entity libraries extension == |
Latest revision as of 05:05, 23 February 2009
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>