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 11/12/2008 at 16:11, xxxxxxxx wrote:
User Information: Cinema 4D Version: R10-11 Platform: Windows ; Mac OSX ; Language(s) : C++ ;
--------- Hello all
i need to skip in my Draw() function the touched object inside mograph for example.
how i can do that?
thanks in advance renato
On 12/12/2008 at 02:50, xxxxxxxx wrote:
IsDirty(DIRTY_MATRIX|DIRTY_DATA) should tell you if an object has been touched.
cheers, Matthias
On 12/12/2008 at 04:45, xxxxxxxx wrote:
that's all?
thank you Matthias. renato
On 12/12/2008 at 04:53, xxxxxxxx wrote:
In which Draw() function are you doing the checks, in a tag, object etc? Also how do you access the Mograph clones (assuming you are talking about Mograph clones)?
On 12/12/2008 at 05:04, xxxxxxxx wrote:
Hello Matthias,
seem not work. I'm inside a ObjectData, it's a generator with: OBJECT_GENERATOR|OBJECT_UNIQUEENUMERATION|OBJECT_CAMERADEPENDENT
any other idea?
Cheers renato
On 15/12/2008 at 09:00, xxxxxxxx wrote:
cheers renato