THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/01/2008 at 10:21, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.506
Platform: Windows ;
Language(s) : C++ ;
---------
Hey Guys,
This is more of a general programming question than a question for the Cinema SDK. But, I need to setup an array that contains each frame of the scene as an element and then have those elements hold an array of vectors. This way I can access a number of positions for each frame. For instance; frame 0 would hold an array of 5 vectors, frame 1 would hold an array of 3 vectors, and so on.
The question is: how would I define this array? Does this make sense? As always, thanks in advance for any help.
Josh