jonlolo
13-09-2010 21:16:33
ok hi,
well, just compiled the library (or at least i think so)
then tryied it, this is the code i added to the standart ogre app:
i got an error on the OgreAL::Sound *snd = sndMgr->createSound("roar", "roar.wav", true);
any idea what could it be ? if you need any more information, just let me know
thanks
well, just compiled the library (or at least i think so)
then tryied it, this is the code i added to the standart ogre app:
OgreAL::SoundManager *sndMgr = OgreAL::SoundManager::getSingletonPtr();
OgreAL::Sound *snd = sndMgr->createSound("roar", "roar.wav", true);
headNode->attachObject(snd);
snd->play();
i got an error on the OgreAL::Sound *snd = sndMgr->createSound("roar", "roar.wav", true);
any idea what could it be ? if you need any more information, just let me know
thanks