It would be appreciated if some manual or at least quick reference about pyirrlicht could be available.
Currently I have problems how to add terrain to the scene. I have found some examples with irrlicht (and c++) (addTerainSceneNode) but I do not know how to convert them in pyirrlicht.
Thank for some suggestion
Sasa
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It would be appreciated if some manual or at least quick reference about pyirrlicht could be available.
Currently I have problems how to add terrain to the scene. I have found some examples with irrlicht (and c++) (addTerainSceneNode) but I do not know how to convert them in pyirrlicht.
Thank for some suggestion
Sasa
pyIrrlicht very similar to the Irrlicht,
it's trying to completely copy Irrlicht API for 100% compatibility.
If you have difficulties, please send your code here.