POV-Ray : Newsgroups : moray.win : RoundedObjs and OpenGL : Re: RoundedObjs and OpenGL Server Time
28 Jul 2024 10:26:14 EDT (-0400)
  Re: RoundedObjs and OpenGL  
From: Jan Walzer
Date: 7 Apr 2001 17:51:15
Message: <3acf8bd3$1@news.povray.org>
The problem seems to be the anim-plugin ...

I just copied the DLLs back to /plugin/
I found that I don't have the install-version no more ...
And I can't get it from http://pages.hotbot.com/arts/are/index.html
... seems to be down ...

Is there another location, where I can get it from ?

--
background{rgb 1}camera{location<1,5,-2>look_at 0}#macro
m(a,b,i)#local d=(b-a)
/8;#local
e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*d
,i-1)#else
cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) // Jan
Walzer


Post a reply to this message

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