POV-Ray : Newsgroups : povray.bugreports : Two mesh bugs found in povwin 3.1g : Re: Two mesh bugs found in povwin 3.1g Server Time
9 Jun 2024 02:24:43 EDT (-0400)
  Re: Two mesh bugs found in povwin 3.1g  
From: Margus Ramst
Date: 12 Aug 1999 20:15:27
Message: <37B363A1.CE418633@peak.edu.ee>
Nathan Kopp wrote:
> 
> This is fixed in UVPov (and maybe in the SuperPatch...

The problem persists in my version of UVPov (5.4)
The following scene exhibits the problem in both UVPov and official 3.1g (and
causes the malloc error in the Superpatch).

//Begin scene

camera{orthographic location <0,.7,-5> up y*4*.75 right x*4 look_at y*.7}
light_source{-20*z color 1}

#declare Tex=
texture{pigment{spherical color_map{[.3 rgb 1][.3 rgb x]}}}

#declare Obj=
mesh{
triangle{-x*.5,y,x*.5 texture{Tex}}
triangle{-z*.5,y,z*.5 texture{Tex}}
}

object{Obj}
object{Obj translate x}
object{Obj translate -x}


Post a reply to this message

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