Search found 3 matches
- Tue Oct 11, 2011 5:21 pm
- Forum: Beginners Help
- Topic: Where can I find more detailde technical info on this engine
- Replies: 3
- Views: 396
Re: Where can I find more detailde technical info on this en
Thank you, friends. I'll go look through API documentation.
- Mon Oct 10, 2011 6:28 pm
- Forum: Beginners Help
- Topic: Where can I find more detailde technical info on this engine
- Replies: 3
- Views: 396
Where can I find more detailde technical info on this engine
I mean - what rendering methods it supports, what filters can be applyed, what lighting and shadowing technologies it supports. Is there some information of this kind? Technical charactrristics given in FAQ and engine info is very good but i'm sure they don't give full info on this engine, so, can a...
- Sat Oct 08, 2011 5:30 pm
- Forum: Beginners Help
- Topic: How do I import Irrlicht classes with Python?[Solved]
- Replies: 0
- Views: 361
How do I import Irrlicht classes with Python?[Solved]
I use pyrrlight, as python-bundle for Irrlight engine and when trying to import class import pyrrlicht import IEventReciever I recieve Traceback (most recent call last): File "D:\Python\pyirrlicht\my_hello_world.py", line 3, in <module> import IEventReciever ImportError: No modul...