-
md2 and fast normals?
I have been using loops apon loops to get per-vertex lighting to work right. Now that i have it running on my md2 the only problem is that when i start wanting to animate it slows down really bad when having to recalculate the normals per frame. What is the fastest way to calc the per-vertex normals?
-
Re: md2 and fast normals?
Vertex skinning is your keyword.
-
Re: md2 and fast normals?
-
Re: md2 and fast normals?
To have fast normal calculation from an animated md2, I would precalculate the normals for each pose, store them, and then interpolate each normal between 2 poses (lerp). It is not matematically correct, but should do the work if the poses are not too different.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules