POV-Ray : Newsgroups : povray.animations : ANNC: Animation Tutorial Upgrade Server Time
28 Jul 2024 18:17:28 EDT (-0400)
  ANNC: Animation Tutorial Upgrade (Message 1 to 5 of 5)  
From: Steve
Subject: ANNC: Animation Tutorial Upgrade
Date: 14 Aug 1999 01:32:42
Message: <37B50107.861B3A0D@puzzlecraft.com>
I have added 3 more chapters to Advanced POV Animation for Beginners.
The chapters deal with the design, creation, revision and employment of
complex bezier_splines as animation paths.

http://www.puzzlecraft.com/cm/ClockMod.html

steve


Post a reply to this message

From: Steve
Subject: Re: ANNC: Animation Tutorial Upgrade
Date: 14 Aug 1999 12:51:20
Message: <37B58455.8C7CE176@ndirect.co.uk>
Thanks Steve I'll check this out.  

Steve wrote:
> 
> I have added 3 more chapters to Advanced POV Animation for Beginners.
> The chapters deal with the design, creation, revision and employment of
> complex bezier_splines as animation paths.
> 
> http://www.puzzlecraft.com/cm/ClockMod.html
> 
> steve

-- 
Cheers
Steve

------------------------------------------------------------------------------------------------
%HAV-A-NICEDAY Error reading file mailto:sjl### [at] ndirectcouk


Post a reply to this message

From: T'vakah
Subject: Re: ANNC: Animation Tutorial Upgrade
Date: 14 Aug 1999 13:43:40
Message: <37b5aacc@news.povray.org>
Wouldn't it be easier to use superpatches spline keyword?  That has always
worked for me.
--
T'vakah

----------------------------------------------------------------------------
--------------------------------------------------

A small project I am working on now:
http://backdoor.to/edertav/


Post a reply to this message

From: Ken
Subject: Re: ANNC: Animation Tutorial Upgrade
Date: 14 Aug 1999 21:06:36
Message: <37B611E2.BF454F4B@pacbell.net>
Steve wrote:
> 
> I have added 3 more chapters to Advanced POV Animation for Beginners.
> The chapters deal with the design, creation, revision and employment of
> complex bezier_splines as animation paths.
> 
> http://www.puzzlecraft.com/cm/ClockMod.html
> 
> steve

  Might I presume from this announcement that you have solved you problems
with using bezier splines in Pov ?

-- 
Ken Tyler

See my 700+ Povray and 3D Rendering and Raytracing Links at:
http://home.pacbell.net/tylereng/index.html


Post a reply to this message

From: Steve
Subject: Re: ANNC: Animation Tutorial Upgrade
Date: 15 Aug 1999 00:52:21
Message: <37B648F0.40A7ED43@puzzlecraft.com>
Actually, I have solved the problems in theory, Ken.

Essentially, the splines are written by hand, there is no automation or GUI
to use (yet). The splines are then processed with Chris Colefax's SplineR
macro. Many of the problems encountered modelling with beziers are avoided in
using them as animation paths.

In a non-animation project I have magnified sphere_sweep problems with
bezier_splines to the point that I can now specify performance enhancement
and memory reduction techniques. This project employs hundreds of
bezier_splines, each one requiring a different number of spheres. I plan to
enter the project in this month's IRTC along with all source code.

A small part of the problem could be cured with a bezier-2-catmull converter.
A major part of the problem could be cured with a postscript-2-bezier/catmull
converter. The fixes for the memory overhead and the speed enhancements will
require a serious macro. The sphere_sweep function in POV would require major
revising to take advantage of the performance enhancements. However, with a
really good macro, revising POV's sphere_sweep becomes unnecessary.

The enhancements are definitely worth the effort. I have achieved a 6x speed
increase while reducing the RAM usage to 1/5 on some sphere_sweeps. I should
note that the performance enhancements apply to all types of compound
sphere_sweeps and not just to beziers.

Steve

Ken wrote:

> Steve wrote:
> >
> > I have added 3 more chapters to Advanced POV Animation for Beginners.
> > The chapters deal with the design, creation, revision and employment of
> > complex bezier_splines as animation paths.
> >
> > http://www.puzzlecraft.com/cm/ClockMod.html
> >
> > steve
>
>   Might I presume from this announcement that you have solved you problems
> with using bezier splines in Pov ?
>
> --
> Ken Tyler
>
> See my 700+ Povray and 3D Rendering and Raytracing Links at:
> http://home.pacbell.net/tylereng/index.html


Post a reply to this message

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