Search found 35 matches

by Tannz0rz
Fri Aug 14, 2009 7:14 pm
Forum: Project Announcements
Topic: IrrPhysx 0.2 - Nvidia Physx 2.8.1 wrapper
Replies: 425
Views: 111604

error LNK2019: unresolved external symbol "void __cdecl IrrPhysx::removePhysxManager(class IrrPhysx::IPhysxManager *)" (?removePhysxManager@IrrPhysx@@YAXPAVIPhysxManager@1@@Z) referenced in function _main error LNK2019: unresolved external symbol "class IrrPhysx::IPhysxManager * __cd...
by Tannz0rz
Tue Aug 11, 2009 4:53 pm
Forum: Code Snippets
Topic: New GUI skin [update: new skins, support for 1.5/1.6]
Replies: 112
Views: 74112

FuzzYspo0N wrote:New version of klaskers skin
Oh nice, thanks. This one is actually working for me.
by Tannz0rz
Mon Aug 10, 2009 11:32 pm
Forum: Code Snippets
Topic: New GUI skin [update: new skins, support for 1.5/1.6]
Replies: 112
Views: 74112

To make it more portable so you don't have to include it into your project files, I've used t0rt0r0's code and edited it to be a simple folder that you can include. Download links. Unless the whole world explodes, atleast one will be up. http://willhostforfood.com/access.php?fileid=69788 http://www...
by Tannz0rz
Wed Aug 05, 2009 11:39 pm
Forum: Game Programming
Topic: Newton Object Collision
Replies: 5
Views: 1731

Try start with homepage tutorials here None of those tutorials contain what I'm looking for. Those "collision" tutorials only pertain to Camera-object collision, not object-object collision. EDIT: Nevermind, I was just looking at the IrrLicht examples, not the other tutorials placed below...
by Tannz0rz
Wed Aug 05, 2009 7:47 pm
Forum: Game Programming
Topic: Newton Object Collision
Replies: 5
Views: 1731

Newton Object Collision

Could anyone display how to perform such? And I'm not referring to the collision like in the Basic Collision Detection tutorial, but actual collision, such as a person having the ability to run up a hill. I've looked everywhere for a tutorial, yet I can't seem to find any. Help is appreciated, thanks.