POV-Ray : Newsgroups : povray.general : text Primitive Problem : Re: text Primitive Problem Server Time
31 Jul 2024 20:23:50 EDT (-0400)
  Re: text Primitive Problem  
From: nomail
Date: 9 Sep 2006 14:05:01
Message: <web.450301dfc7ebd95a7c39ec240@news.povray.org>
Knut Torgersen <"knut torgersens.net"> wrote:
> 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.

RTFM: <http://www.povray.org/documentation/view/3.6.1/263/>


Post a reply to this message

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