save application information in file

Get answers to all your basic programming questions. No Ogre questions, please!
Post Reply
foufou
Gnoblar
Posts: 13
Joined: Mon Aug 24, 2015 3:36 pm

save application information in file

Post by foufou »

Hi,
I want to save the information of my ogre simulation (character,object, camera ) information in a file
is there a possibilitie to do that ?
User avatar
areay
Bugbear
Posts: 819
Joined: Wed May 05, 2010 4:59 am
Location: Auckland, NZ
x 69

Re: save application information in file

Post by areay »

You want to serialize your scene into a file? Take a look at this http://www.ogre3d.org/tikiwiki/DotScene
foufou
Gnoblar
Posts: 13
Joined: Mon Aug 24, 2015 3:36 pm

Re: save application information in file

Post by foufou »

But DotScene don't have desciption of the mesh (character) in the scene)
i want generate a file that have all the scene information
Post Reply