BaseDraw::DrawPolygonObject() color
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/09/2006 at 15:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.102
Platform: Windows ; Mac OSX ;
Language(s) : C++ ;---------
What is needed to draw a polygon object using BaseDraw::DrawPolygonObject() in a particular color? Does it need UVs? Or should it be using BaseObject::SetColorProperties()? Or will it actually use the BaseDraw::SetPen() (which doesn't seem to work)?Thank you,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/09/2006 at 15:44, xxxxxxxx wrote:
Never mind. I see that SetColorProperties() does the trick nicely.