How did I load the *.osm file?

lba821103

22-09-2009 02:59:39

I have downloaded the demo source file from http://www.ofusiontechnologies.com/. I have a *.osm file , plenty of *.dds and *.mesh file. I expect that It can load the *.OSm file and I will locate those file in project catalogue.I run the source file,but I see nothing.
How did it solved? Thank you!

ahmadi

25-09-2009 10:16:55

I have downloaded the demo source file from http://www.ofusiontechnologies.com/. I have a *.osm file , plenty of *.dds and *.mesh file. I expect that It can load the *.OSm file and I will locate those file in project catalogue.I run the source file,but I see nothing.
How did it solved? Thank you!


You can see your log file to be sure that Ogre is loading your OSM file or not!
however its also possible that your scene is out of your view range!, change your farclip and near clip of your camera to besure that your scene is in your camera view .
Did you success to run the demo with oFusion sample scenes?

lba821103

27-09-2009 01:30:30

Thank you ! I may load the .osm file,but the speed of scene's movement is very slow.why?

ahmadi

28-09-2009 20:05:29

Thank you ! I may load the .osm file,but the speed of scene's movement is very slow.why?
Are you running your project is debug mode!? You must build your project as "release" mode!
See following link for other check lists:
http://www.ogre3d.org/wiki/index.php/Op ... _checklist