pica
28-09-2006 06:30:33
Hi, I'm totally newbie with pyogre, so I started checking out the tutorials from the wiki.
But there's something I can't make it work, and i was only at the second tutorial
(http://www.ogre3d.org/wiki/index.php/PyOgre_Beginner_Tutorial_2)
Ok, the thing is that when I execute the program it goes right until it says...
NotImplementedError: No matching function for overloaded 'Light_setSpotlightRange'
At line 37 I've got this:
light.setSpotlightRange(ogre.Degree(35), ogre.Degree(50))
I did the tutorial step by step. So... what's the problem?
Thank you!
But there's something I can't make it work, and i was only at the second tutorial

Ok, the thing is that when I execute the program it goes right until it says...
NotImplementedError: No matching function for overloaded 'Light_setSpotlightRange'
At line 37 I've got this:
light.setSpotlightRange(ogre.Degree(35), ogre.Degree(50))
I did the tutorial step by step. So... what's the problem?
Thank you!