Search found 2 matches

by Nsty
Sun Aug 18, 2013 11:52 pm
Forum: Beginners Help
Topic: Irrlich + Bullet - Draw 3D Line problem
Replies: 3
Views: 366

Re: Irrlich + Bullet - Draw 3D Line problem

thx for the fast replay. That just solved my problem. Somehow I didnt manage to find that linked topic with search.
I've been missing:
driver->setTransform(irr::video::ETS_WORLD, irr::core::IdentityMatrix);
and tha black color was the lightning issue :)
by Nsty
Sun Aug 18, 2013 9:28 pm
Forum: Beginners Help
Topic: Irrlich + Bullet - Draw 3D Line problem
Replies: 3
Views: 366

Irrlich + Bullet - Draw 3D Line problem

Hello everyone, I've been trying to integrate irrlicht with bullet when I encountered a problem with Bullet Debug Draw. It requires to implement a DrawLine method which I didn't manage to do so far. I've tried to use pure OpenGL with GLUT as:     glBegin(GL_LINES);     glColor3f(fromColor.getX(), fr...