Search found 14 matches

by askona
Fri Jun 24, 2011 6:21 am
Forum: Project Announcements
Topic: IrrODE - an Irrlicht - ODE wrapper (now with SVN)
Replies: 561
Views: 143322

Brainsaw, i`ve created thread can you answer this question?
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=44225
by askona
Fri Jun 24, 2011 5:59 am
Forum: Beginners Help
Topic: How to reinit physix in irrOde?
Replies: 5
Views: 929

yeah you are right)
by askona
Thu Jun 23, 2011 6:56 am
Forum: Beginners Help
Topic: How to reinit physix in irrOde?
Replies: 5
Views: 929

I think brainsaw can answer this simple question
by askona
Wed Jun 22, 2011 6:19 pm
Forum: Beginners Help
Topic: How to reinit physix in irrOde?
Replies: 5
Views: 929

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...
by askona
Mon Jun 20, 2011 5:01 pm
Forum: Beginners Help
Topic: Changing mesh->change physix
Replies: 2
Views: 380

Thanks youre were right problem was in second variant if my car looks like supertruck (i changed distanse between wheels and car) it`s working
by askona
Sun Jun 19, 2011 2:49 pm
Forum: Beginners Help
Topic: Changing mesh->change physix
Replies: 2
Views: 380

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...
by askona
Thu Jun 16, 2011 1:34 pm
Forum: Beginners Help
Topic: Troubles with pysics IrrODE
Replies: 8
Views: 1587

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...
by askona
Thu Jun 16, 2011 12:35 pm
Forum: Beginners Help
Topic: Troubles with pysics IrrODE
Replies: 8
Views: 1587

no
by askona
Thu Jun 16, 2011 11:16 am
Forum: Beginners Help
Topic: Troubles with pysics IrrODE
Replies: 8
Views: 1587

nobody can`t help me? :cry:
by askona
Wed Jun 15, 2011 1:39 pm
Forum: Beginners Help
Topic: Troubles with pysics IrrODE
Replies: 8
Views: 1587

Here are two archives: Release.7z contains runnable file to show my trouble. And noname file contains project sources - classes and files
by askona
Wed Jun 15, 2011 12:19 pm
Forum: Beginners Help
Topic: Troubles with pysics IrrODE
Replies: 8
Views: 1587

Troubles with pysics IrrODE

My physics do something wrong i cant fix this problem PLEASE HELP
by askona
Fri Jun 03, 2011 5:14 pm
Forum: Beginners Help
Topic: How to use TextureAthlas?
Replies: 6
Views: 485

I found that my .psd file contents 16 equal parts
Image
maybe i can use it? i did`n understood what can i do with coords of my texture...even if i get few vector2df , what should i do with it?
by askona
Thu Jun 02, 2011 12:36 pm
Forum: Beginners Help
Topic: How to use TextureAthlas?
Replies: 6
Views: 485

How can i do that? I`m beginer in graphics and irrlicht, so don`t completely understand how to work with textures :? irr::video::SMaterial* roadMaterial = new SMaterial(); roadMaterial->setTexture(0,driver->getTexture("models/road.psd")); roadMaterial->Lighting = false; IMesh* fterr; IMesh...
by askona
Thu Jun 02, 2011 12:20 pm
Forum: Beginners Help
Topic: How to use TextureAthlas?
Replies: 6
Views: 485

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...