raytracing:animation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
raytracing:animation [2014/11/15 15:18] – angelegt ros | raytracing:animation [2019/02/24 14:32] (aktuell) – gelöscht ros | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Animationen ====== | ||
- | <code povray> | ||
- | #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, clock, 0> | ||
- | } | ||
- | |||
- | plane { | ||
- | <0, 1, 0>, 0 | ||
- | texture { | ||
- | pigment { | ||
- | checker color Gray, color White | ||
- | } | ||
- | } | ||
- | } | ||
- | </ |
raytracing/animation.1416061117.txt.gz · Zuletzt geändert: 2020/10/13 14:25 (Externe Bearbeitung)