POV-Ray : Newsgroups : povray.newusers : Rendering 3D mesh : Rendering 3D mesh Server Time
26 Jun 2024 01:39:44 EDT (-0400)
  Rendering 3D mesh  
From: Vincent
Date: 17 Oct 2012 01:50:07
Message: <web.507e4659dc26c95e97c1fbff0@news.povray.org>
Hi,

I have a 3D mesh .inc file, including thousands of triangles like this:

}
  smooth_triangle { // #763945
    <1.35632e-019, 1.35632e-019, 1.35632e-019>, <0.0147179, 0.999892,
0.000199087>,
    <1.35632e-019, 1.35632e-019, 1.35632e-019>, <0.0147179, 0.999892,
0.000199087>,
    <0.000173748, 1.35632e-019, 3.35076e+012>, <1.93994e-005, 0.992192,
0.124723>
  }


, I know what should I expect by rendering it in POV-ray, but somthing strange
is observed, maybe just 2 or3 triangles.
Could anybody please show me how I can render a mesh in povray?
Do I need to use Mesh in the script in povray?
How I have to decide about the position of camera and light source??
Thanks!
Vincent


Post a reply to this message

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