Drawing into texture view?
-
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).
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 27/11/2003 at 02:26, xxxxxxxx wrote:
Anybody?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/11/2003 at 08:34, xxxxxxxx wrote:
Sorry, that's not possible at the moment.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/12/2003 at 02:53, xxxxxxxx wrote:
Ok, thanks.