POV-Ray : Newsgroups : povray.programming : About the Mesh : Re: About the Mesh Server Time
28 Jul 2024 06:23:36 EDT (-0400)
  Re: About the Mesh  
From: Wu Yang
Date: 24 Oct 2002 10:32:12
Message: <3db8046c@news.povray.org>
Thank you for your reply. But the following is what I did.
In *.pov file
     .......
     mesh {
   smooth_triangle { <-18.2369, 57.4258, 115.298>,
<-0.333333, -0.666667, -0.666667>, <-32.0698, 57.4258, 99.813>,
<0.449391, -0.887923, 0.098189>, <-32.0698, 57.4258, 115.298>,
<0.816497, -0.408248, -0.408248> }
              }
And the Mesh->Data->Vertices I saw is<-18.2369, -32.0698, -32.0698>. Is this
the (x,y,z) of a single Vertex?Thank you.

Wu Yang

"Le Forgeron" <jgr### [at] freefr> wrote in message
news:3DB### [at] freefr...
> Wu Yang wrote:
>
> > Thank you for your reply. What I mean is that: when I see the value of
> > Mesh->Data->Vertices, I can get three values. These three values is the
x
> > values of a triangle's three corners, not (x,y,z) of a corner. I want
get
> > the (x,y,z) of every corner. Could you please give me some advice?
Thanks
> > Wu Yang
>
>
> No offense again, but you do not understand the Mesh data structure.
> The three values of a line of the Mesh->Data->Vertices are the (x,y,z)
> of a single Vertex.
>
> I believe you are not yet ready to play with the mesh code!
>
>
>


Post a reply to this message

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