The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
camera target
-
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);