Currently building a tool to brush normals around using the Tools SDK for a job.
Thanks to Steven Caron's awesome example brush ( https://github.com/caron/SimpleBrush) it has been pretty easy to get into. Pushing around points, transforming objects etc. But I'm hitting a wall when it comes to actually doing what I need to do: Setting the normals. I can get access to them using the CGeometryAccessor, but I have not found a way to set them. Anybody know how to set UserNormals through the SDK? Thanks!

