VaM 1.x Is it possible to recalculate the normals or smooth them out somehow?

Threads regarding the original VaM 1.x

Smart136

New member
Joined
Nov 19, 2024
Messages
13
Reactions
0
Hello, I'm using tessellation from Hunting Succubus. The plugin smooths the edges, but the normals themselves remain unchanged, which is why the highlights are so bad. Is there a way to recalculate them or fix this?
 

Attachments

  • Screenshot_16.jpg
    Screenshot_16.jpg
    337.6 KB · Views: 0
Last edited:
The only way to eventually change normals is through the shader (so the material), so no, unless you come up with your own custom shader.
 
Upvote 0
The only way to eventually change normals is through the shader (so the material), so no, unless you come up with your own custom shader.
There is a Custom Shader Loader plugin and there are already a couple of shaders for it. Will any other custom shader work or do I need a special shader?
 
Upvote 0
Will any other custom shader work or do I need a special shader?

No, you need to come up with your OWN shader. Recomputing normals based on the tesselation of a model obviously needs specific instructions :p
 
Upvote 0
Back
Top Bottom