Brainsaw, i`ve created thread can you answer this question?
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=44225
Search found 14 matches
- Fri Jun 24, 2011 6:21 am
- Forum: Project Announcements
- Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
- Replies: 561
- Views: 145033
- Fri Jun 24, 2011 5:59 am
- Forum: Beginners Help
- Topic: How to reinit physix in irrOde?
- Replies: 5
- Views: 950
- Thu Jun 23, 2011 6:56 am
- Forum: Beginners Help
- Topic: How to reinit physix in irrOde?
- Replies: 5
- Views: 950
- Wed Jun 22, 2011 6:19 pm
- Forum: Beginners Help
- Topic: How to reinit physix in irrOde?
- Replies: 5
- Views: 950
How to reinit physix in irrOde?
If i have initialized physix like that worldNode->initPhysics(); and then add an object, my new objects are freezed. BUT if i do this code again my new objects are still freezed. as i understood i cant simply write worldNode->initPhysics(); after each adding physix objects, so what i should to do? i...
- Mon Jun 20, 2011 5:01 pm
- Forum: Beginners Help
- Topic: Changing mesh->change physix
- Replies: 2
- Views: 393
- Sun Jun 19, 2011 2:49 pm
- Forum: Beginners Help
- Topic: Changing mesh->change physix
- Replies: 2
- Views: 393
Changing mesh->change physix
If i load one mesh model http://i018.radikal.ru/1106/f2/db37d0e7ef60.jpg my wheels spinning but car and wheels freeze at one place. But if i load another model http://s08.radikal.ru/i181/1106/22/2097ab09f581.jpg my car is riding and all is as it shoul be...and if i change joint position(to make whee...
- Thu Jun 16, 2011 1:34 pm
- Forum: Beginners Help
- Topic: Troubles with pysics IrrODE
- Replies: 8
- Views: 1607
maybe problem in something simple like wrong volume of motor force, and i can wait for answer for a weeks while nobody did`n interested in my topic. so i have to decide what to do - wait for response trying to solve myself or find other ways to ask somebody else. i will thanks to you if you find a t...
- Thu Jun 16, 2011 12:35 pm
- Forum: Beginners Help
- Topic: Troubles with pysics IrrODE
- Replies: 8
- Views: 1607
- Thu Jun 16, 2011 11:16 am
- Forum: Beginners Help
- Topic: Troubles with pysics IrrODE
- Replies: 8
- Views: 1607
- Wed Jun 15, 2011 1:39 pm
- Forum: Beginners Help
- Topic: Troubles with pysics IrrODE
- Replies: 8
- Views: 1607
Here are two archives: Release.7z contains runnable file to show my trouble. And noname file contains project sources - classes and files
- Wed Jun 15, 2011 12:19 pm
- Forum: Beginners Help
- Topic: Troubles with pysics IrrODE
- Replies: 8
- Views: 1607
Troubles with pysics IrrODE
My physics do something wrong i cant fix this problem PLEASE HELP
- Fri Jun 03, 2011 5:14 pm
- Forum: Beginners Help
- Topic: How to use TextureAthlas?
- Replies: 6
- Views: 528
- Thu Jun 02, 2011 12:36 pm
- Forum: Beginners Help
- Topic: How to use TextureAthlas?
- Replies: 6
- Views: 528
- Thu Jun 02, 2011 12:20 pm
- Forum: Beginners Help
- Topic: How to use TextureAthlas?
- Replies: 6
- Views: 528
How to use TextureAthlas?
I have few textures in one .psd file. How can i use textures for road (for example),and not to receive picture like this: http://s008.radikal.ru/i304/1106/9a/c9c4034ec9d6.jpg I loading textures for road from file: irr::video::SMaterial* roadMaterial = new SMaterial(); roadMaterial->setTexture(0,driv...