THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/04/2008 at 04:13, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8
Platform: Windows ;
Language(s) : C++ ;
---------
Hi
I want to add Object Buffer into Multipass Channel in C++.
but it could't be going@well.
i don't know how to do it.
RenderData* pRenderData = doc->GetActiveRenderData();
BaseContainer* pCont = pRenderData->GetDataInstance();
BaseContainer* pMultPass = pCont->GetContainerInstance( RDATA_MULTIPASS_CHANNELS );//This is NULL
//and i want add [object buffer:1,2,......]
Colud you give me an example,Please?