THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/11/2003 at 07:25, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.200
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
How can I draw into the texture view window (if it exists)?
For the active viewport I can use:
BaseDraw* doc->GetActiveBaseDraw()
but I don't see anything to get at the texture view window.
I was wondering whether it was accessible via:
BaseDraw* doc->GetBaseDraw(x)
for some 'magic number' of x?
To clarify, I'm not trying to write into the texture itself (at least not yet...), I want to draw into the window (like the show mesh option does).