Extra entity libraries FCOLLADA extension: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Glaforte (talk | contribs)
Created page.
 
Elf (talk | contribs)
extensions->extension
 
Line 1: Line 1:
{{extensions|company=[[Feeling Software extensions|Feeling Software]]|product=[[FCollada]]}}
{{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
  • Purpose: unstated
  • Company(s): [[Feeling Software]]
  • Product(s): [[FCollada]]
  • Last updated: unstated
  • Contact for technical issues:
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>