Search found 2 matches

by jkateva
Wed Jun 03, 2009 7:07 pm
Forum: Project Announcements
Topic: IrrNewt irrlicht\newton framework >> SVN access
Replies: 432
Views: 132420

Compiling in Ubuntu

Can anybody tell me can IrrNewt be compiled in Ubuntu? If somebody knows, please tell me...
by jkateva
Wed May 13, 2009 9:18 pm
Forum: Beginners Help
Topic: Shadow for IMeshSceneNode
Replies: 5
Views: 473

Shadow for IMeshSceneNode

I'm wondering if it is possible to make a dynamic shadow for a IMeshSceneNode? I have following code, that initializes the mesh: scene::IMesh* karttu_mesh; scene::IMeshSceneNode* karttu_node; karttu_mesh = smgr->getMesh("res/karttu.3ds")->getMesh(0); karttu_node = smgr->addMeshSceneNode(ka...