XML:ONLV: Difference between revisions

m
no edit summary
(specific dae export a.k.a. scene export)
mNo edit summary
Line 1,061: Line 1,061:


;File structure
;File structure
* The scene consist of '''nodes'''. A node name will be the name of the object inside the dae.
* The scene contains one or more '''nodes'''.
* Each node represents '''either one 3D object or one camera''' inside the dae.
* Each node represents '''either one 3D object or one camera''' whereby the node name determines the object name inside the dae.
** 3D objects do have a '''<Geometry>''' tag.
** 3D objects do have a '''<Geometry>''' tag.
** Cameras do have a '''<Camera />''' tag.
** Cameras do have a '''<Camera />''' tag.
** Each 3D object and camera is can have '''one or multiple <Animation>''' tags. Multiple animations will be combined.
** Each 3D object or camera can have '''one or multiple <Animation>''' tags. Multiple animations will be combined.
** 3D objects can have '''hierarchies'''. Those are created by using '''sub-nodes'''. Each sub-node can also have animations.
** 3D objects can be organized in a '''hierarchy''' that gets created by the help of '''sub-nodes'''. Each sub-node can also have animations.




8,452

edits