|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Here's a different version, looks very cool when played at full screen :)
--
Tek
www.evilsuperbrain.com
"Tek" <tek### [at] evilsuperbraincom> wrote in message news:3ff60dad@news.povray.org...
> Here's an animated version of the lace pattern I posted on p.b.i
>
> The code for it is this:
>
> #declare fA = frame_number;
>
> pigment {
> //choose some pretty colours
> bozo scale .3
> pigment_map {
> [.3 bozo translate 7 colour_map { [.5 rgb x/2][.7 rgb .8] }]
> [.7 rgb <.7,.5,.1>] }
> }
>
> //make it into a kaleidoscope
> #local nCount = 0;
> #while ( nCount < 10 )
> rotate -fA*z
> warp { repeat y flip y }
> #local nCount = nCount + 1;
> #end
> }
>
> --
> Tek
> www.evilsuperbrain.com
>
>
>
Post a reply to this message
Attachments:
Download 'warprepeat4000.m1v.mpg' (539 KB)
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Tek wrote:
>
> Here's a different version, looks very cool when played at full screen :)
>
> --
> Tek
> www.evilsuperbrain.com
>
Very cool!
:o)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Remco de Korte wrote:
> Very cool!
Very
--
Rick
Kitty5 NewMedia http://Kitty5.com
POV-Ray News & Resources http://Povray.co.uk
TEL : +44 (01270) 501101 - ICQ : 15776037
PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Very cool :)
How did you compressed the video so much? Which program did you use?
news:3ff62c90@news.povray.org...
> Here's a different version, looks very cool when played at full screen :)
>
> --
> Tek
> www.evilsuperbrain.com
>
> "Tek" <tek### [at] evilsuperbraincom> wrote in message
news:3ff60dad@news.povray.org...
> > Here's an animated version of the lace pattern I posted on p.b.i
> >
> > The code for it is this:
> >
> > #declare fA = frame_number;
> >
> > pigment {
> > //choose some pretty colours
> > bozo scale .3
> > pigment_map {
> > [.3 bozo translate 7 colour_map { [.5 rgb x/2][.7 rgb .8] }]
> > [.7 rgb <.7,.5,.1>] }
> > }
> >
> > //make it into a kaleidoscope
> > #local nCount = 0;
> > #while ( nCount < 10 )
> > rotate -fA*z
> > warp { repeat y flip y }
> > #local nCount = nCount + 1;
> > #end
> > }
> >
> > --
> > Tek
> > www.evilsuperbrain.com
> >
> >
> >
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Nicolas Alvarez" <nic### [at] hotmailcom> wrote in message
news:40ca4912@news.povray.org...
> How did you compressed the video so much?
The compression really isn't that good. The animation has a relatively small
amount of movement and lots of smooth gradients, so each frame looks very
similar to the next, which makes it compress well (i.e. I can use low quality
compression and it still looks good). Plus it's very low res.
> Which program did you use?
I use Tmpgenc: http://www.tmpgenc.com/
It's got a lot of settings that can be tweaked to refine the compression, though
IIRC this animation was made with mostly default settings, I just tweaked the
"rate control mode" & quality.
--
Tek
www.evilsuperbrain.com
"Nicolas Alvarez" <nic### [at] hotmailcom> wrote in message
news:40ca4912@news.povray.org...
> Very cool :)
>
> How did you compressed the video so much? Which program did you use?
>
>
> news:3ff62c90@news.povray.org...
> > Here's a different version, looks very cool when played at full screen :)
> >
> > --
> > Tek
> > www.evilsuperbrain.com
> >
> > "Tek" <tek### [at] evilsuperbraincom> wrote in message
> news:3ff60dad@news.povray.org...
> > > Here's an animated version of the lace pattern I posted on p.b.i
> > >
> > > The code for it is this:
> > >
> > > #declare fA = frame_number;
> > >
> > > pigment {
> > > //choose some pretty colours
> > > bozo scale .3
> > > pigment_map {
> > > [.3 bozo translate 7 colour_map { [.5 rgb x/2][.7 rgb .8] }]
> > > [.7 rgb <.7,.5,.1>] }
> > > }
> > >
> > > //make it into a kaleidoscope
> > > #local nCount = 0;
> > > #while ( nCount < 10 )
> > > rotate -fA*z
> > > warp { repeat y flip y }
> > > #local nCount = nCount + 1;
> > > #end
> > > }
> > >
> > > --
> > > Tek
> > > www.evilsuperbrain.com
> > >
> > >
> > >
> >
> >
> >
>
>
>
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |