raytracing:animation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| raytracing:animation [2014/11/15 15:37] – ros | raytracing:animation [2019/02/24 14:32] (aktuell) – gelöscht ros | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== Animationen ====== | ||
| - | * [[http:// | ||
| - | |||
| - | <WRAP download> | ||
| - | [[http:// | ||
| - | </ | ||
| - | |||
| - | ===== Vorgehen ===== | ||
| - | |||
| - | - Szene mit '' | ||
| - | - Ini-Datei für Animationsparameter erstellen. | ||
| - | - Bilder generieren. | ||
| - | - Bilder zu Video zusammenfügen. | ||
| - | |||
| - | ===== Beispiel ===== | ||
| - | |||
| - | <code povray animation.pov> | ||
| - | #include " | ||
| - | |||
| - | camera { | ||
| - | location <0, 2, -6> | ||
| - | look_at | ||
| - | } | ||
| - | |||
| - | light_source { | ||
| - | <0, 5, 1> | ||
| - | color White | ||
| - | } | ||
| - | |||
| - | sphere { | ||
| - | <1, 1, 0>, 1 | ||
| - | texture { | ||
| - | pigment { | ||
| - | color Orange | ||
| - | } | ||
| - | } | ||
| - | rotate <0, 360*clock, 0> | ||
| - | } | ||
| - | |||
| - | plane { | ||
| - | <0, 1, 0>, 0 | ||
| - | texture { | ||
| - | pigment { | ||
| - | checker color Gray, color White | ||
| - | } | ||
| - | } | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | <code ini animation.ini> | ||
| - | Input_File_Name=" | ||
| - | |||
| - | Initial_Frame=1 | ||
| - | Final_Frame=30 | ||
| - | Initial_Clock=0 | ||
| - | Final_Clock=1 | ||
| - | </ | ||
raytracing/animation.1416062232.txt.gz · Zuletzt geändert: 2020/10/13 14:25 (Externe Bearbeitung)