|
|
Hi, I have two quick problems that comed up during writting my "Matrix"
animation.
1) How can I use unicode, i.e. I have to use my country-specyfic character,
that is present in encodings iso-8859-2 and/or windows-1250
Ofcourse it is present in all popular fonts like verdana.
And how can I use this character in text{} ?
2) I have image that looks good rendered at 320x240
What .ini width/height schould I choose, and what aspect_ratio for camera
to render same animation for PAL standard (TV) ? I want i.e. sphere { 0 1 }
to look on TV like a circle, not elipse.
Btw. splines are greate way to animate things :)
Tia
--
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M
Post a reply to this message
|
|