IrrPhysx 0.2 - Nvidia Physx 2.8.1 wrapper

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
omar shaaban
Posts: 616
Joined: Wed Nov 01, 2006 6:26 pm
Location: Cairo,Egypt
Contact:

Post by omar shaaban »

BoingBoing wrote:I did the setup that came with the file.

Anyways, its just the examples that are broken. When I apply IrrPhysx to my own project it works so must be some weird code in the examples.
make sure u adjusted the library and include folders of irrlichtin ur ide!
All examples work fine.
Reiko
Posts: 105
Joined: Sun Aug 16, 2009 7:06 am
Location: Australia

Post by Reiko »

Heya

I haven't tried using your wrapper yet but from reading the opening post it looks nice. I don't have much free time at the moment to play with it, but when I have time I would like to try using it.

I noticed that you had a download for irrlicht 1.4.2 and one for 1.5. I just wanted to ask whether it's possible to get this to work with irrlicht 1.6 from the svn, or will I have to go back to using irrlicht 1.5 to be able to use this?
BoingBoing
Posts: 18
Joined: Fri Sep 11, 2009 4:31 am

Post by BoingBoing »

New example doesn't work.

I just ran it as it is without compiling.
wing64
Competition winner
Posts: 242
Joined: Wed Jul 23, 2008 2:35 am
Location: Thailand
Contact:

Post by wing64 »

When create cloth simulation i founded memory leak.
Load flatplane.ms3d for cloth simulation ->
{146} normal block at 0x003FA690, 432 bytes long.
Data: < > 00 00 01 00 02 00 01 00 00 00 03 00 03 00 04 00

Load flagpole.ms3d ->
{146} normal block at 0x003FA168, 72 bytes long.
Data: < > 00 00 01 00 02 00 00 00 03 00 01 00 04 00 05 00

Load sydney.ms3d ->
{147} normal block at 0x003FEB90, 3990 bytes long.
Data: < > 00 00 01 00 02 00 00 00 03 00 01 00 04 00 05 00

I not sure it depend on indexRenderBuffer in CPhysxManager::createClothMesh() not free, or not ? :?:
devsh
Competition winner
Posts: 2057
Joined: Tue Dec 09, 2008 6:00 pm
Location: UK
Contact:

Post by devsh »

can we have this for linux???

i tried porting it but....
mengzhu
Posts: 28
Joined: Fri Jul 17, 2009 7:00 am

Post by mengzhu »

BoingBoing wrote:
I did the setup that came with the file.
Hello again,BoingBoing,from your words I think you didn't get what I said,the thing you should download is "PhysX System driver 8.06.12",a link is " http://downloads.guru3d.com/Ageia-|-NVI ... -1964.html " And if you installed the Nvidia Physx 2.8.1(this is the SDK),you needn't install the thing you said "that came with the file";I'm a newbie ( just solved this problem :lol:) (I found 8.06.12 version is suitable for Irrphysx ,so don't use the newest version from the Nvidia's website now)
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Post by prchakal »

Anyone have compiled version for Irrlicht 1.5.1 ?
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Post by prchakal »

How i add my player(mesh) to interact to the physyx?

I have the core objects(physxManager and sceneDesc)
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Post by prchakal »

I have the problem on loading the terrain, anyone have a solution for load terrain from irr scene?
wing64
Competition winner
Posts: 242
Joined: Wed Jul 23, 2008 2:35 am
Location: Thailand
Contact:

Post by wing64 »

Could u have convert code for create SoftBody from Physx example to irrlicht ? I try convert but it very confuse when 1.) create and link both mesh and tet mesh 2.) simulate and draw vertex with texture. Could u please suggest or tech me about this ? :oops:
Adler1337
Posts: 471
Joined: Sat Aug 09, 2008 6:10 pm
Location: In your base.

Post by Adler1337 »

Hi
I just started using Code Blocks instead of Visual c++ because of portability reasons. I am having a problem with the .lib. I guess that is because you need to compile it for gcc, but i am having a hard time trying to get it to compile. So i was wondering if anybody compiled it for gcc and if they could post a link.
multum in parvo
timetokill
Posts: 74
Joined: Tue Jul 22, 2008 4:28 am
Location: Los Angeles

Post by timetokill »

Any chances on an updated version/release so that this can work with Irrlicht 1.6? :D I just started playing with it recently, it's be great to get it working with the newest Irrlicht.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Yeah I could do with updating to Irrlicht 1.6....

IrrPhysx 0.3 won't be ready for a while unfortunately... but maybe I can provide IrrPhysx 0.2 to work with 1.6 so that people can keep up to date with Irrlicht!
Image Image Image
timetokill
Posts: 74
Joined: Tue Jul 22, 2008 4:28 am
Location: Los Angeles

Post by timetokill »

JP wrote:Yeah I could do with updating to Irrlicht 1.6....

IrrPhysx 0.3 won't be ready for a while unfortunately... but maybe I can provide IrrPhysx 0.2 to work with 1.6 so that people can keep up to date with Irrlicht!

Yes pleeeeeease JP! PLEASE! :D
flyrxue
Posts: 3
Joined: Tue Jul 11, 2006 1:33 am

give me a help

Post by flyrxue »

who can give me a copy of irrphysx v0.2 or v0.3,the donwload link was disable
Post Reply