Check out Chris Colefax's Lens Flares at : POVRay Include Files Page


POVAnim

This program is one that I have been working on that creates a series of files to render out. This program reads #declare statements and allows you to set key values and change the values of the vector and soon float variables. There are examples of animations that I have created in the movies section of this website. This program is Win95/NT only. If people find it useful I will extend it.

Download


DigitalSeries 1.02 11 Jan 98

This program is a TGA to Avi converter. It takes a numbered series of tga files and creates an avi. DigitalSeries has compression support and will have wav support in version 1.03. The source code to this program (VC++ 5) will be available as soon as I get it set up to be extended by simply adding dlls. It supports 16,24 and 32 bit uncompressed tga files (ala Povray).

Download


TGA2AVI

This program was the original program that became DigitalSeries. The C Source is included in this zip file to allow anyone to modify it if they dare. This program was written in a 24 hour period so it lacks some on commenting and flow. The specific purpose of this program is to give people the ability to take a numbered tga series and convert those files to the avi movie format. There is no compression so anything that you create with this will need to be run through another program for final processing. This is mainly for people that are on Unix systems or the MAC. The code will compile on most unix systems with a simple gcc tga2avi.c command line. If you are on a Win95/NT system you are better off using the DigitalSeries program as it supports compression.

Download


Series2TGA

This program was the first incarnation of the Win95 only version. Listed here only so that people who heard of this program know that it has been superceded.