Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonacox/lightcycle-povray
A TRON LightCycle Model and Animation Script for POV-Ray
https://github.com/jasonacox/lightcycle-povray
animation lightcycle pov-ray tron tron-lightcycle-model
Last synced: 20 days ago
JSON representation
A TRON LightCycle Model and Animation Script for POV-Ray
- Host: GitHub
- URL: https://github.com/jasonacox/lightcycle-povray
- Owner: jasonacox
- License: mit
- Created: 2019-09-09T01:24:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T03:03:41.000Z (over 5 years ago)
- Last Synced: 2024-11-28T07:24:37.046Z (about 2 months ago)
- Topics: animation, lightcycle, pov-ray, tron, tron-lightcycle-model
- Language: POV-Ray SDL
- Homepage:
- Size: 3.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LightCycle POV-Ray Model
A TRON LightCycle Model and Animation Script for POV-Ray
## Background
* The original TRON LightCycle was created using simple geometric primatives.
* [The Persistence of Vision Raytracer](http://www.povray.org/) is a free raytracer that takes simple geometic and scene descriptions to produce high-quality images.The POV-Ray model for the LightCycle used here is based on work done by Carl N. Hoff.
## How to Render
### Install POV-Ray
Install the `povray` software on your computer using a package manager:
* Linux (Ubuntu) - `apt-get install povray`
* MacOS - `brew install povray`
* Window - Download Installer [Here](http://www.povray.org/)### Render a Single Frame
The model and scene description is located in the [LightCycle.pov](LightCycle.pov) file.
```
povray LightCycle.pov
```### Render Movie
The animation (start/end frame) settings are located in the [LightCycle.ini](LightCycle.ini) file.
```
povray LightCycle.ini
ffmpeg -r 24 -i LightCycle%03d.png -s:v 800x600 -c:v libx264 -profile:v high -crf 20 -pix_fmt yuv420p LightCycle.mp4
```## Examples
![Lightcycle Image](/media/LightCycle.png)
## Blog Post on POV-Ray
https://www.jasonacox.com/wordpress/tron