Error in btIDebugDraw documentation

User avatar
godlike
Posts: 20
Joined: Fri Feb 19, 2010 7:09 pm

Error in btIDebugDraw documentation

Post by godlike »

In btIDebugDraw class documentation you say: "...interface has to implement the drawLine method at a minimum". The problem is that implementing the drawLine is not enough. The derivative class will still be abstract. Some methods (drawContactPoint, reportErrorWarning and others) are pure virtual as well.

This is also in the bullet manual.