|
|
The default is C:/Images if youare using windows and Pov is installed on your C
drive.
--
/* Nekar Xenos */#local N=<-20,40,100>;#local K=<20,-40,100>;#local R=seed(0);
blob{#while((K-N).x>0)#local X=N;#local N=N+<rand(R),rand(R),1>/3;#local N=(
vlength(N-K)<vlength(X-K)?N:2*X-N);sphere{<N.y,-N.x,N.z>,1,1 scale .02}sphere{N
,1,1 scale.02}sphere{<-N.x-40,N.y,N.z>1,1 scale.01}sphere{<N.x+40,-N.y,N.z>1,1
scale.01 }#end pigment{rgbt 1}interior{media{emission <2,4,5>*5}}hollow}
"SeventhSaint" <spa### [at] metacrawlercom> wrote in message
news:3b200a5f$1@news.povray.org...
> I need to convert the renderred image to bmp. I went to the faq and it said
> something like the image is saved in ini or something. But i have searched
> the whole pov over and found no bmp except scenes. I know there is a way
> but can you direct me.
>
>
Post a reply to this message
|
|