POV-Ray : Newsgroups : povray.beta-test : file input - doc bug, i/o bug or tom bug? : file input - doc bug, i/o bug or tom bug? Server Time
30 Jul 2024 06:31:17 EDT (-0400)
  file input - doc bug, i/o bug or tom bug?  
From: Tom Melly
Date: 4 Jan 2002 09:05:31
Message: <3c35b6ab@news.povray.org>
According to the docs (6.2.3.4)
"hello", 1,2
ought to be a valid input line from a file (string, float, float)

However, this generates an error, which is fixed by:
"hello", 1,2,
(requires final comma)

2.5.beta9.icl.win32
running Win2000, P3 733
--
#macro G(D,E,F)#local I=array[3]{D,E,F}#local B=0;triangle{#while(
B<3)#while(I[B])A[mod(I[B],10)]+#local I[B]=div(I[B],10);#end<-5,-
2,9>#local B=B+1;#end}#end #local A=array[7]{x,x*2,x*4,y,y*2,y*4,z
}light_source{-x*6-z*9,1}mesh{G(105,10,146)G(105,246,10)G(105,56,
146)G(105,1256,246)G(1256,126,220)G(22156,2216,201)pigment{rgb 1}}//TM


Post a reply to this message

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