POV-Ray : Newsgroups : povray.general : show a line in 3D ? : Re: show a line in 3D ? Server Time
3 Aug 2024 00:23:52 EDT (-0400)
  Re: show a line in 3D ?  
From: Harold
Date: 16 Jun 2004 15:19:32
Message: <40d09d44$1@news.povray.org>
If you try to run that code it may not work because the
text has been wrapped.

For example, this should be on one line and commented
but the mail/news reader has put it on two lines:

-----------------
//text {ttf  "crystal.ttf",  str(l1P1,8,4), 2, 0 translate <-1,1,-2>
texture{White_Marble}}
----------------

To fix you'd need to put "//" before "texture{White_Marble}}"
so POV knows not to parse it as a script line.

H


Post a reply to this message

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