POV-Ray : Newsgroups : povray.unofficial.patches : There's something strange with the uv-coordinates code : Re: There's something strange with the uv-coordinates code Server Time
1 Sep 2024 18:18:35 EDT (-0400)
  Re: There's something strange with the uv-coordinates code  
From: Nicolas Calimet
Date: 17 Jan 2001 11:42:31
Message: <3A65DCEF.F5A6CE9@free.fr>
Nicolas Calimet wrote:
> 
> >       Parse_UV_Vect(UV1);  Parse_Comma();
> >       Parse_UV_Vect(UV2);  Parse_Comma();
> >       Parse_UV_Vect(UV3);
> 
>         It seems that Parse_UV_Vect in express.c first assign zero
> for the 5 coordinates of the vector.

	...But this is done only if CASE(UV_VECTORS_TOKEN) is actually
reached when parsing the mesh, so it might be true that initialisation
is missing somewhere...


Post a reply to this message

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