Know if is Touched.

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 12/12/2008 at 04:45, xxxxxxxx wrote:

that's all? :)

thank you Matthias.
renato

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

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)?

cheers,
Matthias

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 15/12/2008 at 09:00, xxxxxxxx wrote:

any other idea? :)

cheers
renato