p6000
11-09-2007 00:34:00
I would like to use the dotscenemanager to load a scene exported from ofusion how can I do?
I need that sm because I want to use the utility dotsceneoctree to split big meshes automatically. I tried exporting the scene with ogremax but it crashes.
Lioric
11-09-2007 04:22:01
Export your scene as a single mesh and use that scene manager to split the geometry
p6000
11-09-2007 08:26:21
Thank you very much, I'll try.
My compliments for the job you did with ofusion, a very good tool!
p6000
13-09-2007 08:43:25
To export the scene as a single mesh do I have to attach all the objects in the scene and create a single geometry?
Is object grouping considered somehow from ofusion?
Lioric
13-09-2007 16:28:23
Grouping is used by oFusion exactly as it is supposed to behave, as a hierarchy of objects
You need to attach the multiple objects in a single object
If you need to automate this process, you can use a maxscript to attach all the objects to a copy object (not to your original objects) before exporting your scene, and export this object only (or hide all of the original objects but the single mesh copy and export the scene), then restore the scene state, this way you can continue to work with a scene made of multiple objects but when export a single mesh automatically, and export your scene with a single click (with the batch interface support)