Search found 6 matches

by fred43
Fri Oct 01, 2004 4:03 pm
Forum: Advanced Help
Topic: Problem using Irrlicht with ODE
Replies: 24
Views: 3529

I have just try recomipling with cygwin and an ODE cygwin tresming release: it doesn't work anymore....

Has someone an idea ?
by fred43
Fri Oct 01, 2004 11:36 am
Forum: Advanced Help
Topic: Problem using Irrlicht with ODE
Replies: 24
Views: 3529

Hello erSitzt,

Thank you for your answer.

Could you tell me which release you are using with ODE ?

(I compiled my own library with mingw with the result I described in previous messages)
by fred43
Fri Oct 01, 2004 11:30 am
Forum: Advanced Help
Topic: Problem using Irrlicht with ODE
Replies: 24
Views: 3529

Something is strange in 3DS/IRRLICHT/ODE

I create a very simple 3DS file:
1) one triangle with its normal (going to the sky) and a texture. I call it : the ground

I have imported the .3ds file to an Irrlicht mesh. I used the usual setGeom function (given in the original bounce tutorial) to ...
by fred43
Fri Oct 01, 2004 10:52 am
Forum: Advanced Help
Topic: Problem using Irrlicht with ODE
Replies: 24
Views: 3529

I compiled my ODE 0.5 on WinXp with the following settings in user-settings at the end of my message:
(some warning (specially in collision_trimesh_internal.h)). I recompiled it. But it is the same problem.

Sincerly,
Frederic

# ODE user settings: the following variables must be set by the user ...
by fred43
Thu Sep 30, 2004 2:30 pm
Forum: Advanced Help
Topic: Problem using Irrlicht with ODE
Replies: 24
Views: 3529

Unfotunately, a cube go throuh the mesh entity.

I don't know why...

Does someone know ?

Fred
by fred43
Thu Sep 30, 2004 2:28 pm
Forum: Advanced Help
Topic: Problem using Irrlicht with ODE
Replies: 24
Views: 3529

I made a main.cpp and DCollisionInterface object

This is the main: (main.cpp)

#include "DPhysicsManager.h"

int main(int argc, char **argv) {


irr::IrrlichtDevice * device = createDevice(video::EDT_OPENGL,core::dimension2d<s32>(1024, 768));

video::IVideoDriver* driver = device->getVideoDriver();
scene::ISceneManager* smgr = device ...