wow, congatulations, caelum is a must-have plugin!
I am trying to load a .os Script, but when I call
- Code: Select all
Caelum::CaelumPlugin::getSingleton ().loadCaelumSystemFromScript (mCaelumSystem, "TestSkyScript.os");
- Code: Select all
09:41:53: OGRE EXCEPTION(5:ItemIdentityException): Could not find caelum_sky_system TestSkyScript.os in CaelumPlugin::loadCaelumSystemFromScript at c:\lacadela\caelum-0.4.0\main\src\caelumplugin.cpp (line 138)
Reading this forum I've added the following line at plugins.cfg
- Code: Select all
Plugin=caelum_d.dll
Thanks.
EDIT: haaha now I realised how works the function, you must put a config defined in the .os file, but now I have another question, Why If I put:
- Code: Select all
Caelum::CaelumPlugin::getSingleton ().loadCaelumSystemFromScript (mCaelumSystem, "MidnightSun");
There's no sun, but the shadow of a robot I have in the middle is rotating constantly?




