Skip navigation links

TteoacService

TteoacService is a set of java programs to manage object positions in support of building the tteoac movie.

See: Description

Packages 
Package Description
com.buckosoft.povspew.tteoac
Through the Eyes of a Child specific handling
com.buckosoft.povspew.tteoac.Camera2
Manage the images/frames that go in the SpaceLoco's monitors.
Note: handles Camera2 and Camera3
com.buckosoft.povspew.tteoac.db
The database
com.buckosoft.povspew.tteoac.Fireworks
Manage the Fireworks data
com.buckosoft.povspew.tteoac.Fishtank
FlyingRocks show
com.buckosoft.povspew.tteoac.Mushroom
Manage the Mushroom Cloud part of the tteoac animation.
com.buckosoft.povspew.tteoac.Ocean
Manage the mesh that is the undulating ocean surface.
com.buckosoft.povspew.tteoac.Reefer
Manage the ReeferMagnets part of the tteoac animation.
com.buckosoft.povspew.tteoac.SlPipe
Manage the SlPipe data
com.buckosoft.povspew.tteoac.Thrust
Manage the SpaceLoco's Thrust part of the tteoac animation.
com.buckosoft.povspew.tteoac.TtBath
Manage the TtBath data
com.buckosoft.povspew.tteoac.TV
Manage the images/frames that go in the TV.
com.buckosoft.povspew.tteoac.util
General utilites
com.buckosoft.povspew.tteoac.Volcano
Manage the Volcano part of the tteoac animation.
com.buckosoft.povspew.tteoac.Volcano.trains
Define some different trains (rolling stock) with varying characteristics.
com.buckosoft.povspew.tteoac.web
Web service handling
com.buckosoft.povspew.util
General Pov-Ray utility classes.
com.buckosoft.util
BuckoSoft general Java utilities

TteoacService is a set of java programs to manage object positions in support of building the tteoac movie.

The general gist is that parsing animation frames in POV-Ray takes way too long. Minimally complicated scenes can take hours to parse each frame. So this class set performs three functions:

Note: The MySQL database is deprecated in favor of multiple premade files.
The database tends to slow way down when dealing with millions of records/objects per table.
Flat files are much faster to generate and actually take less disk space.

There are currently 10 actors supported, in order of appearance in the movie: Each of the eight objects contains 3 primary classes: Other primary classes:

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Javadoc generated on Fri Feb 28 2020, 16:00:09 EST

Skip navigation links