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).
On 16/09/2013 at 08:56, xxxxxxxx wrote:
User Information: Cinema 4D Version: R14 Platform: Windows ; Language(s) : C++ ;
--------- hi there!
i want the object where my camera target is looking at...
i got to "BaseTag* targetTag = o->GetTag(Ttargetexpression)" and then i'm lost, links, containers, parameters...
On 16/09/2013 at 10:14, xxxxxxxx wrote:
ok, did it this way...
BaseContainer *bc = targetTag->GetDataInstance(); BaseObject* bo = bc->GetObjectLink(TARGETEXPRESSIONTAG_LINK, m_pDoc);