Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Vertex Normals

Vertex Normals

Anonymous
Not applicable
270 Views
1 Reply
Message 1 of 2

Vertex Normals

Anonymous
Not applicable
I recenty started using MaxScript, and ive been trying to make an exporter, but I cant find how to get the vertex normals from the model. Is there some function I cant find, or do I somehow need to calculate them manually using smoothing groups and face normals, and if so, how do I do that?
0 Likes
271 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
getNormal <mesh> <vert_index_integer>


you can find further documentation in "Mesh Vertex Methods" Maxscript Help.
0 Likes