THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/01/2005 at 13:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.206
Platform:
Language(s) : C++ ;
---------
Hi,
I want to use simple drawing methods like BaseDraw::Line2D and BaseDraw::Point2D but I want them to be drawn infront of everything.
Currently, if an object moves infront of my drawing area, the object covers the drawing code.
I thought setting the Z component of a vector to 0 would fix it, but it doesn't seem so