POV-Ray : Newsgroups : povray.binaries.scene-files : Why do I get only zeroes? : Re: Why do I get only zeroes? Server Time
1 Sep 2024 18:19:12 EDT (-0400)
  Re: Why do I get only zeroes?  
From: regdo
Date: 10 Oct 2004 03:15:00
Message: <web.4168e0ff86be9bc0a613238d0@news.povray.org>
Yadgar <yaz### [at] gmxde> wrote:
>    #write (Sample_File, str(col.red, 3, 0), "n")

Hi.
I think your problem is in that line : try -1 as 3rd parameter :
#write (Sample_File, str(col.red, 3, -1), "n")


Post a reply to this message

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