yuriythebest
01-01-2008 13:52:57
right, I've successfully added oFusion to my project, however when I load my scene I can only see the background color
1.I have a light, yes
2. my camera in 3ds max is looking at some objects
I read this thread:
http://www.ogre3d.org/phpBB2addons/view ... lor+colour
and seems I have to enable the bounding box by using the oFusion callback. I've looked at the demo application yet I'm still confused where and how I should declare it. my project looks like so:

I've tried placing
in the header file of my application but I get this error:
I haven't set up a callback before so I'm very confused
1.I have a light, yes
2. my camera in 3ds max is looking at some objects
I read this thread:
http://www.ogre3d.org/phpBB2addons/view ... lor+colour
and seems I have to enable the bounding box by using the oFusion callback. I've looked at the demo application yet I'm still confused where and how I should declare it. my project looks like so:
I've tried placing
class oSceneCallback : public OSMSceneCallbacks {
public:
};
in the header file of my application but I get this error:
error C2504: 'OSMSceneCallbacks' : base class undefined
I haven't set up a callback before so I'm very confused