Page 1 of 1

Do I need a 3D renderer if bullet has a debug drawer ??

Posted: Sat Sep 13, 2014 10:04 am
by Axman
Hello Together,

I'm very new to BP and my plan was to use it in combination with Irrlicht. BP for the physics and Irrlicht to display the 3D scene. But looking at the demos I see that BP has already the ability to visualize the 3D world (probably via the debug drawer??).
So why should I use a special 3D renderer if BP comes already with one?
Speed? Advanced features?

Many thanks,
Axman

Re: Do I need a 3D renderer if bullet has a debug drawer ??

Posted: Sat Sep 13, 2014 3:37 pm
by KKlouzal
The debug drawing is simply that, rendering the debugging information. If your motivation behind using Bullet is for some scientific research, robotics engineering, etc.. then that should be sufficient. If you're trying to develop an interactive application then your not going to be able to get the quality you desire simply from the debug drawer.

I use Irrlicht, its probably easier to use than trying to only use the debug drawer because your going to need to load models, use animations, textures, etc..