POV-Ray : Newsgroups : povray.general : optional mesh2 texture_list? : Re: optional mesh2 texture_list? Server Time
26 Sep 2024 17:44:14 EDT (-0400)
  Re: optional mesh2 texture_list?  
From: clipka
Date: 25 Aug 2010 16:11:29
Message: <4c7578f1$1@news.povray.org>
Am 25.08.2010 21:43, schrieb nemesis:
> The builtin manual coming with the latest Windows 3.7 beta says
> texture_list in mesh2 objects is optional. But I try to remove it and
> povray complains about "Texture index out of range".

The texture_list section is optional /under some circumstances/. More 
specifically, it is only optional if your face_indices don't contain any 
texture index values, i.e. if it has the following format:

     face_indices
     {
       number_of_faces,
       <index_a, index_b, index_c>,
       <index_a, index_b, index_c>,
       ...
     }


Post a reply to this message

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