Am I able to use .scene-files in Ogre?
If so, how? can I load them with the
getWorldGeomtry() method?
.scene?
-
- Gnome
- Posts: 378
- Joined: Thu Mar 24, 2005 1:07 am
- Location: Spain
Fisrt download the sceneManager, is in CVS ogreaddons.
http://www.ogre3d.org/index.php?option= ... &Itemid=70
download dotsceneoctree
then read the readme.txt you need to change files in ogre to work the scenemanager.
http://www.ogre3d.org/index.php?option= ... &Itemid=70
download dotsceneoctree
then read the readme.txt you need to change files in ogre to work the scenemanager.
Works:
MapToMesh | Bengine B9 @ www.sourceforge.net/projects/maptoogremesh/
3DWorldStudio exporter@ www.blastern.info
MapToMesh | Bengine B9 @ www.sourceforge.net/projects/maptoogremesh/
3DWorldStudio exporter@ www.blastern.info
-
- OGRE Retired Moderator
- Posts: 20570
- Joined: Thu Jan 22, 2004 10:13 am
- Location: Denmark
- x 179
Yes, you can use the .scene format with dotsceneoctree - but the .scene format is not restricted to that scenemanager.
You should not confuse the dotscene format with the dotsceneoctree.
Take a look at the DotSceneInterface (DSI) projects in ogreaddons.
A search for .scene will give a lot more pointers.
The Ogre Wiki is also a good place to browse around.

You should not confuse the dotscene format with the dotsceneoctree.

Take a look at the DotSceneInterface (DSI) projects in ogreaddons.
You can also parse a .scene file on your own.psyclonist wrote:Generally, .scene is used for defining scenes (or subscenes). In essence, it mirrors scene graphs with all the different objects that they may contain (hierachy of nodes, lights, entities, cameras, particle system ...).
A search for .scene will give a lot more pointers.
The Ogre Wiki is also a good place to browse around.

/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
-
- Gremlin
- Posts: 192
- Joined: Thu Jan 27, 2005 9:57 am
- Location: Sweden
-
- OGRE Expert User
- Posts: 286
- Joined: Fri Nov 01, 2002 3:54 pm
- Location: Berlin & Nuremberg, Germany
- x 1