POV-Ray : Newsgroups : povray.general : Mesh rendering artifacts : Re: Mesh rendering artifacts Server Time
23 Apr 2024 08:04:49 EDT (-0400)
  Re: Mesh rendering artifacts  
From: Bald Eagle
Date: 26 Jan 2023 06:45:00
Message: <web.63d2674c249f00761f9dae3025979125@news.povray.org>
You're also making the scene/workflow uneccessarily complicated, since you're
starting off with an equation, converting to a mesh, and then having to deal
with lots of little triangles.

Likely your smoothest option would be to use an isosurface object and "graph"
the equation directly.  You would then get the smoothness of a continuous
surface and not have to worry about artifacts caused by mismatched face/vertex
normals, especially when using reflection, and it would be "self-documenting"
since the equation would be in the code for the isosurface.

But admittedly, the approach to how you represent the surface depends on the end
use.

Nice that you have those smooth_triangles in there  :)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.