Draw an texture with materialdata
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/11/2012 at 05:11, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13
Platform: Windows ;
Language(s) : C++ ;---------
Hello all,I like to draw an texture (image) simple in the view. But I don't know how I can do this in the Draw() function. Does anybody has an example?
Markuy
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/11/2012 at 06:00, xxxxxxxx wrote:
Never tried it but since in the Draw() function you are passed a pointer to a BaseDraw, you could try BaseDraw::DrawTexture() to draw a bitmap.