Smooth Per Vertex Normals
Author: | mburk |
Date: | 22 Mar, 2015 |
Category: | effect |
Credits: | vux, lasal |
Download
64bit
Smooth Normals
Description

It's based on calculating the adjacent faces of each vertex on the CPU in a dynamic plugin. As long as the typology of the mesh doesn't change this works fine. This data is then used to apply the previously calculated face-normals.
I'm sure this can be greatly improved, so any comments and suggestions welcome.
Still missing is a weighting of the normals like in this example: http://www.bytehazard.com/articles/vertnorm.html
Based on GSFX Per vertex normals by lasal.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Nice thank you. This was missing since a while.