KWScene/Documentation/Overall Design

From KitwarePublic
< KWScene‎ | Documentation
Revision as of 13:17, 1 December 2009 by Ibanez (talk | contribs) (New page: The purpose of KWScene is to serve as a translator between scene file formats and specific libraries that can manage the concept of a scene graph. Given that the capabilities of different...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The purpose of KWScene is to serve as a translator between scene file formats and specific libraries that can manage the concept of a scene graph.

Given that the capabilities of different file formats and different libraries will not have a one-to-one correspondence, necessarily not all of the information contained in a given scene file may end up being converted to the destination library.

The overall design of KWScene involves three large units

  • Input/Output
  • Scene Graph internal representation
  • Generators for other libraries