POV-Ray : Newsgroups : povray.newusers : scale in Mesh2 : scale in Mesh2 Server Time
30 Jul 2024 14:21:54 EDT (-0400)
  scale in Mesh2  
From: Gawel
Date: 7 Mar 2004 10:58:41
Message: <404b46b1$1@news.povray.org>
My mesh2 file looks like this :

mesh2
{
  vertex_vectors
  {
    n+1,
    <x0, y0, z0>,
     ...
   <xn, yn, zn>
  }
 normal_vectors
{
    n+1,
    <x0, y0, z0>,
     ...
   <xn, yn, zn>
  }
.....
 scale <1, 10, 1> <----- QUESTION
}

I wonder if scale affect only vertex_vectors or both : vertex_vectors and
normal_vectors.

Tahnks in advance


Gawel
-------------------------------


Werner Heisenberg


Post a reply to this message

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