THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/12/2012 at 14:52, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 13/14
Platform: Windows ;
Language(s) : C++ ;
---------
I got an array of points (assume 100,000 points)
I can draw them with pBuffer->DrawSubBuffer or DrawPointArray...
can I draw an object (like sphere or cube (for simplicity)) instead of the points?(like cloning it with mograph but this may be slow ...)
suggest fastest way if possible