POV-Ray : Newsgroups : povray.general : text Primitive Problem : text Primitive Problem Server Time
31 Jul 2024 20:19:07 EDT (-0400)
  text Primitive Problem  
From: Knut Torgersen
Date: 9 Sep 2006 12:29:03
Message: <4502ebcf$1@news.povray.org>
On my WinXP 2GHz DualCore with 1 GB RAM I have the following problem:

#include "colors.inc"

camera {
   location  <  0.0,  0.0,-10.0 >
   direction <  0.0,  0.0,  3.5 >
   up        <  0.0,  1.0,  0.0 >
   right     <  3.2,  0.0,  0.0 >
   look_at   <  0.0,  0.0,  0.0 >
}

light_source { <-30, 21,-20 > color White }

text {

   translate x*-1.6
   pigment { color Yellow}
   finish { ambient 0.4 }
}

Should render a yellow A, followed by a B and terminated by the 
copyright symbol. Only A and B appears. This problem has been around for 
some ten years now and I just wonder when (if) it will be addressed and 
fixed.

\knutt\


Post a reply to this message

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