Search found 5 matches

by ioannes
Mon Aug 03, 2009 11:44 pm
Forum: Code Snippets
Topic: IrrPhysx modifcation to support character controllers
Replies: 11
Views: 5976

Hi There

Yes some of your problems sound familiar to me. However it's hard for me to give you answers from such a vage description of how you've setup your scene.

So right now I'll post a code example of my character move function and give you a little description of how my scene is setup.

First ...
by ioannes
Tue Jun 09, 2009 6:44 pm
Forum: Code Snippets
Topic: IrrPhysx modifcation to support character controllers
Replies: 11
Views: 5976

Hi kingdutch if your working directly with the Physx Character SDK theres also a very good little tutorial hidden in the sdk it's in chapter12_other. I found it a great help when making my wrapper modification.

To be honest the character interface is actually quite simple I knocked my code up in ...
by ioannes
Tue Jun 09, 2009 2:59 pm
Forum: Code Snippets
Topic: IrrPhysx modifcation to support character controllers
Replies: 11
Views: 5976

IrrPhysx modifcation to support character controllers

Hi Guys

While working on my own game engine using irrlicht and irrphysx I ran into the problem of irrphysx not supporting character controllers. After checking the forums I see JP said that he handen't got round to including them yet. Also he dosn't seem to have alot of time.

So I decided that I'd ...
by ioannes
Thu Feb 22, 2007 1:03 am
Forum: Beginners Help
Topic: Scary Linux Irrlicit Compile Problems
Replies: 4
Views: 634

Thanks

Whoops god I feel blonde. First I get the engine name wrong then I don't even realize I'm missing the opengl developer package.

Right I've had a look you also may need the libxxf86vm-dev package. I installed quite a few opengl related packages before it would compile.

Thats done now I'll need to ...
by ioannes
Sun Feb 18, 2007 4:04 pm
Forum: Beginners Help
Topic: Scary Linux Irrlicit Compile Problems
Replies: 4
Views: 634

Scary Linux Irrlicit Compile Problems

Hey guys. I've recently thought I'd give illicit a go to prototype a game idea I have had. I'm a debian linux user and I really want my work to be cross platform which is why I liked the look of illicit. Problem is I can't even get the illicit lib to compile I keep getting lots of errors from the ...