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).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/03/2005 at 18:41, xxxxxxxx wrote:
User Information: Cinema 4D Version: 9.1 Platform: Language(s) : C++ ;
--------- How do I access the normal of a point using the SDK??? I would really appreciate any hep! -Sadato
On 10/03/2005 at 04:30, xxxxxxxx wrote:
There is no in-built function, you have to post-calculate it yourself! The normal can be retrieved in different ways, but the easiest way is to average the normals of the polygons the point is attached to.
On 10/03/2005 at 07:14, xxxxxxxx wrote:
Thanks!