POV-Ray : Newsgroups : povray.binaries.animations : help file ball roll Server Time
1 Jun 2024 14:25:27 EDT (-0400)
  help file ball roll (Message 1 to 10 of 14)  
Goto Latest 10 Messages Next 4 Messages >>>
From: alphaQuad
Subject: help file ball roll
Date: 2 Oct 2007 02:45:01
Message: <web.4701e81c27717bd263d48a7c0@news.povray.org>
the exercise was to take the ballroll anim from helpfile and roll it in a
circle
to test my ability to use pov.


Post a reply to this message


Attachments:
Download 'ballroll.gif' (420 KB)

Preview of image 'ballroll.gif'
ballroll.gif


 

From: alphaQuad
Subject: Re: help file ball roll
Date: 2 Oct 2007 03:35:01
Message: <web.4701f3d46849f39c63d48a7c0@news.povray.org>
num rolls = 3.7239

I spaced-out on the angle for the numrolls. 90-30 = 60

aas-sin(pi/2,deg2rad(60),4.3) = 3.7239


Post a reply to this message


Attachments:
Download 'ballroll2.gif' (419 KB)

Preview of image 'ballroll2.gif'
ballroll2.gif


 

From: alphaQuad
Subject: Re: help file ball roll
Date: 2 Oct 2007 04:05:02
Message: <web.4701fac16849f39cb23aa5d0@news.povray.org>
rolls = 4.0;

vlength = 4.61888
#declare A_point = vrotate(vaxis_rotate(z,A,-30),360*clock*y)*4.61888;

so there is an even num rolls per loop


Post a reply to this message


Attachments:
Download 'ballroll3.gif' (443 KB)

Preview of image 'ballroll3.gif'
ballroll3.gif


 

From: alphaQuad
Subject: Re: help file ball roll
Date: 4 Oct 2007 17:55:01
Message: <web.470560a56849f39ce2a7b7450@news.povray.org>
Couldn't resist one more

texture really made the file size jump

here's half of it


Post a reply to this message


Attachments:
Download 'ballroll_05.gif' (616 KB)

Preview of image 'ballroll_05.gif'
ballroll_05.gif


 

From: alphaQuad
Subject: Re: help file ball roll
Date: 4 Oct 2007 21:20:00
Message: <web.470590c36849f39ce2a7b7450@news.povray.org>
animation looks like this now but is 9 meg gif.

is there some mpeg makers out there - from still frames?


Post a reply to this message


Attachments:
Download 'ballroll_0250.png' (208 KB)

Preview of image 'ballroll_0250.png'
ballroll_0250.png


 

From: stm31415
Subject: Re: help file ball roll
Date: 5 Oct 2007 11:25:00
Message: <web.4706566a6849f39c296f4ef10@news.povray.org>
"alphaQuad" <alp### [at] earthlinknet> wrote:
> animation looks like this now but is 9 meg gif.
>
> is there some mpeg makers out there - from still frames?



Lookin' good. I use TMPGEnc (http://www.tmpgenc.net).


Post a reply to this message

From: alphaQuad
Subject: Re: help file ball roll
Date: 5 Oct 2007 16:30:02
Message: <web.47069dfc6849f39ce1613fbd0@news.povray.org>
still using gif

but got it small enough to post, no bg.


Post a reply to this message


Attachments:
Download 'down_the_drain_smb.gif' (480 KB)

Preview of image 'down_the_drain_smb.gif'
down_the_drain_smb.gif


 

From: Alain
Subject: Re: help file ball roll
Date: 5 Oct 2007 16:38:44
Message: <4706a0d4$1@news.povray.org>
alphaQuad nous apporta ses lumieres en ce 2007/10/05 16:26:
> still using gif
> 
> but got it small enough to post, no bg.
> 
> 
> 
> ------------------------------------------------------------------------
> 
At that size, you could remove the texture on that torus, it will make the file 
somewaht smaler.

-- 
Alain
-------------------------------------------------
   The other day I came home and a guy was jogging, naked. I asked "Why?"  He 
said "Because you came home early."
	Rodney Dangerfield


Post a reply to this message

From: alphaQuad
Subject: Re: help file ball roll
Date: 5 Oct 2007 17:10:00
Message: <web.4706a6ad6849f39ce1613fbd0@news.povray.org>
hey Alain.
Debug_Message this:

clamp(0.65 - 0.75,0.0,0.25) = 0.15

and should be 0.0

by my macro logic:
#macro _clamp(nn,n,m)
   #local result = nn;
   #if (nn < n) #local result = n;
   #end
   #if (nn > m) #local result = m;
   #end
   result
#end


took awhile of messin with stuff that didnt need messin with cause I assumed
clamp() would work.


Post a reply to this message

From: alphaQuad
Subject: Re: help file ball roll
Date: 5 Oct 2007 18:05:01
Message: <web.4706b4456849f39ce1613fbd0@news.povray.org>
5 bits per pixel setting on file save was the answer for a little larger
image. The texture was useless and ugly


Post a reply to this message


Attachments:
Download 'down_the_drain_01.gif' (590 KB)

Preview of image 'down_the_drain_01.gif'
down_the_drain_01.gif


 

Goto Latest 10 Messages Next 4 Messages >>>

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