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:39] – ros | raytracing:animation [2019/02/24 14:32] (aktuell) – gelöscht ros | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Animationen ====== | ||
- | ===== Vorgehen ===== | ||
- | |||
- | - Szene mit '' | ||
- | - Ini-Datei für Animationsparameter erstellen. | ||
- | - Bilder generieren. | ||
- | - Bilder mit MakeAVI zu Video zusammenfügen. | ||
- | |||
- | * [[http:// | ||
- | |||
- | <WRAP download> | ||
- | [[http:// | ||
- | </ | ||
- | |||
- | ===== Tipps ===== | ||
- | |||
- | * '' | ||
- | * erster Teil der Animation: clock zwischen 0 und 1 | ||
- | * zweiter Teil der Animation: clock zwischen 1 und 2 | ||
- | |||
- | ===== 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.1416062393.txt.gz · Zuletzt geändert: 2020/10/13 14:25 (Externe Bearbeitung)