POV-Ray : Newsgroups : povray.general : Terrain Image Map Dumb Question : Re: Terrain Image Map Dumb Question Server Time
6 Aug 2024 23:28:57 EDT (-0400)
  Re: Terrain Image Map Dumb Question  
From: JRG
Date: 30 Dec 2001 14:23:58
Message: <3c2f69ce@news.povray.org>
Follow Gilles' advice. Then, if you want to, scale it after the texture block.

--
camera{location-2*z look_at.0}#local j=text{ttf"arial""JRG".2,0};
#local J=0;#while(J<10)#local R=0;#while(R<2)#local G=0;#while(G<1)
#if(inside(j,R*x+G*y+.1*z))object{j scale.025translate(R-1)*x+(G-J
/20)*y-J/40*z pigment{rgb+x+J/10*y}finish{ambient 1}}#debug"O"#else#debug" "
#end#local G=G+.025;#end#local R=R+.05;#debug"\n"#end#local J=J+1;#end// JRG

Home: http://digilander.iol.it/jrgpov


Post a reply to this message

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