1

I have a set of three dimensional points, and I want to create the surface that fits these points in POV-Ray. Is it possible? I could not find a way to do it.

emono
  • 11
  • 1

1 Answers1

0

You can represent each point by a sphere or a blob to get an impression of the surface. You may be able to generate a .df3 density file and render that as an isosurface. Safest route is search for a tool that triangulates the point cloud into a mesh and render that with POV-Ray

ingo
  • 117
  • 10