I can't understand something about ogre .scene format. Where can i find the specs of this format ? what's the difference between 3dssceneexporter and dotsceneoctree ?
Dotsceneformat is the classes i need to read .scene format in ogre?
dotscene question
-
BurnieBoy
- Gnoblar
- Posts: 3
- Joined: Mon Dec 27, 2004 4:06 pm
- Location: Antwerp
3dssceneexporter is just an exporter for 3ds; to export to .scene, nothing else.
if you want to use .scene files, use Demo_dotscene (in the dotscene directory) how to use it. it's very easy
te difference between dotsceneformat and dotsceneoctree is that dotsceneoctree just displays the .scene as an ordinary octree
( octree: http://www.gametutorials.com/Tutorials/ ... Octree.htm)
if you want to use .scene files, use Demo_dotscene (in the dotscene directory) how to use it. it's very easy
te difference between dotsceneformat and dotsceneoctree is that dotsceneoctree just displays the .scene as an ordinary octree
( octree: http://www.gametutorials.com/Tutorials/ ... Octree.htm)
-
ludoz
- Gnoblar
- Posts: 17
- Joined: Sun Jan 16, 2005 8:00 pm
- Location: italy
-
psyclonist
- OGRE Expert User

- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1
The specs are available in a directory call 'dotsceneformat' in the ogreaddons module.
1. .scene files can be used with any scene manager.
2. The dotScene Octree SceneManager uses a precompilation step to 'bake' static geometry into an octree. For certain applications it makes sense to do so (-> performance).
-psy
I'd like to add two things:BurnieBoy wrote:te difference between dotsceneformat and dotsceneoctree is that dotsceneoctree just displays the .scene as an ordinary octree
1. .scene files can be used with any scene manager.
2. The dotScene Octree SceneManager uses a precompilation step to 'bake' static geometry into an octree. For certain applications it makes sense to do so (-> performance).
-psy
-
BurnieBoy
- Gnoblar
- Posts: 3
- Joined: Mon Dec 27, 2004 4:06 pm
- Location: Antwerp
-
ludoz
- Gnoblar
- Posts: 17
- Joined: Sun Jan 16, 2005 8:00 pm
- Location: italy
-
psyclonist
- OGRE Expert User

- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1
-
psyclonist
- OGRE Expert User

- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1
-
ludoz
- Gnoblar
- Posts: 17
- Joined: Sun Jan 16, 2005 8:00 pm
- Location: italy
-
BurnieBoy
- Gnoblar
- Posts: 3
- Joined: Mon Dec 27, 2004 4:06 pm
- Location: Antwerp
-
psyclonist
- OGRE Expert User

- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1
-
psyclonist
- OGRE Expert User

- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1
I try and take a look at octopus over the weekend. I'm not familiar with its code but I can't reach the author atm.ludoz wrote:The octopus exporter create a .scene file with these lines:
<rotation qx="0.0" qy="0.0" qz="0.0" qw="1.0" />
that make my dotscene convert crash.
I don't know what version i have of dotsceneoctree, or octopus exporter.. CVS are driving me crazy!!
-psy