Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
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.