Vertex Normals

Vertex Normals

Anonymous
Not applicable
265 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
266 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