PhysX Cars and IEffectLib (jf2 0.3.5 sdk)

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
dmitrii
Posts: 27
Joined: Wed Aug 30, 2006 11:52 am
Location: Kiev, Ukraine
Contact:

PhysX Cars and IEffectLib (jf2 0.3.5 sdk)

Post by dmitrii »

Image
Image

changes :
-> 0.3.5 (22.10.2006)
Build JF2 with new PhysX SDK 2.5.1
Add EffectLib
Add CameraGlow Effect (thx to Fabre Cйdric for idea)
Add Example of EffectLib
Add Character Controlers to jf2 IPhysX
Set CPhysXClothSceneNode as stable
New PhysX update metod :
irrdev->getVideoDriver()->beginScene(1,1,irr::video::SColor(255,100,100,140 )); //irrlicht scene begin
irrdev->getSceneManager()->drawAll(); //render all 3d objects
physx->Debug_system();
irrdev->getGUIEnvironment()->drawAll(); //render gui
irrdev->getVideoDriver()->endScene(); //end scene
physx->UpdatePhysX();
Add StableFps function to IDevice
Add Cars Example
New Parametr color1 in IEffectInfo
todo :
1) add .irr loader to physx module
2) add some usefull effects to effect lib
3) make shooter example
4) docs
download here :
http://jimon.boolean.name/core.php?down=jf2_035.rar (2.1 mb)
Image
Image
Only Opera Image
Yeurl
Posts: 31
Joined: Thu Apr 13, 2006 9:34 am

Post by Yeurl »

download link don't work :'(
dmitrii
Posts: 27
Joined: Wed Aug 30, 2006 11:52 am
Location: Kiev, Ukraine
Contact:

Post by dmitrii »

Image
Image
Only Opera Image
Yeurl
Posts: 31
Joined: Thu Apr 13, 2006 9:34 am

Post by Yeurl »

work perfectly thk, i will have a look on
Post Reply