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 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).
On 27/11/2003 at 02:26, xxxxxxxx wrote:
Anybody?
On 30/11/2003 at 08:34, xxxxxxxx wrote:
Sorry, that's not possible at the moment.
On 01/12/2003 at 02:53, xxxxxxxx wrote:
Ok, thanks.