Drawing Rotation Handles
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/10/2010 at 13:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ;
Language(s) : C++ ;---------
I am creating a tool that is similar to the rotation tool. Is it possible to draw the wide bands that are visible when using the rotation tool using BaseDraw? If so what would it be? Also, do I use the Draw() or do this in the GetCursorInfo()?Thanks,
Shawn
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/10/2010 at 15:30, xxxxxxxx wrote:
Draw in the Draw() method. I use predesigned circular rings (polygons) for my rotate tools. I'll see if I can post you a message with the source code fragments of interest.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/10/2010 at 15:31, xxxxxxxx wrote:
Thanks Robert, I really appreciate it.