From: Wolfgang Bangerth Date: Mon, 3 Jan 2000 15:34:15 +0000 (+0000) Subject: Add some pictures for whatever purpose. X-Git-Tag: v8.0.0~21205 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53fb370fe441cad2eeca722921a098c6776cf3e;p=dealii.git Add some pictures for whatever purpose. git-svn-id: https://svn.dealii.org/trunk@2155 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/pictures/deal.II_3.0_1.150.jpg b/deal.II/doc/pictures/deal.II_3.0_1.150.jpg new file mode 100644 index 0000000000..c35d4a7418 Binary files /dev/null and b/deal.II/doc/pictures/deal.II_3.0_1.150.jpg differ diff --git a/deal.II/doc/pictures/deal.II_3.0_1.300.jpg b/deal.II/doc/pictures/deal.II_3.0_1.300.jpg new file mode 100644 index 0000000000..5c1453276d Binary files /dev/null and b/deal.II/doc/pictures/deal.II_3.0_1.300.jpg differ diff --git a/deal.II/doc/pictures/deal.II_3.0_1.600.jpg b/deal.II/doc/pictures/deal.II_3.0_1.600.jpg new file mode 100644 index 0000000000..d6281f9f54 Binary files /dev/null and b/deal.II/doc/pictures/deal.II_3.0_1.600.jpg differ diff --git a/deal.II/doc/pictures/deal.II_3.0_1.pov b/deal.II/doc/pictures/deal.II_3.0_1.pov new file mode 100644 index 0000000000..352cad032e --- /dev/null +++ b/deal.II/doc/pictures/deal.II_3.0_1.pov @@ -0,0 +1,30 @@ + +#include "colors.inc" + +camera { + location <-5,.15,-2> + look_at <1,.5,1> + angle 45 +} + +light_source { <500,500,-1000> White } + +plane { y,0 + texture { + pigment { color red 0 green 0 blue 1 } + finish { reflection .35 specular 1 } + normal { ripples .35 turbulence .5 scale .25 } + } +} + +text { ttf "timrom.ttf" "deal.II 3.0" .25, 0 + pigment { BrightGold } + finish { specular 1 } + translate -3*x + translate 0.02*y +} + +#include "skies.inc" + +sky_sphere { S_Cloud2 } + diff --git a/deal.II/doc/pictures/deal.II_3.0_2.150.jpg b/deal.II/doc/pictures/deal.II_3.0_2.150.jpg new file mode 100644 index 0000000000..59d8eca3f9 Binary files /dev/null and b/deal.II/doc/pictures/deal.II_3.0_2.150.jpg differ diff --git a/deal.II/doc/pictures/deal.II_3.0_2.300.jpg b/deal.II/doc/pictures/deal.II_3.0_2.300.jpg new file mode 100644 index 0000000000..2b1b5d9dee Binary files /dev/null and b/deal.II/doc/pictures/deal.II_3.0_2.300.jpg differ diff --git a/deal.II/doc/pictures/deal.II_3.0_2.600.jpg b/deal.II/doc/pictures/deal.II_3.0_2.600.jpg new file mode 100644 index 0000000000..4966061906 Binary files /dev/null and b/deal.II/doc/pictures/deal.II_3.0_2.600.jpg differ diff --git a/deal.II/doc/pictures/deal.II_3.0_2.pov b/deal.II/doc/pictures/deal.II_3.0_2.pov new file mode 100644 index 0000000000..4bd73e6eef --- /dev/null +++ b/deal.II/doc/pictures/deal.II_3.0_2.pov @@ -0,0 +1,48 @@ + +#include "colors.inc" + +camera { + location <-5,.15,-2> + look_at <1,0.5,1> + angle 45 +} + +light_source { <500,500,-1000> White } + +plane { y,0 + texture { + pigment { color rgbt <0,0,1,0.8> } + finish { reflection .35 specular 1 } + normal { ripples .35 turbulence .5 scale .25 } + } +} + +plane { y, -10 + texture { + pigment { Blue } + } +} + + +text { ttf "timrom.ttf" "deal.II 3.0" .25, 0 + pigment { BrightGold } + finish { specular 1 } + translate -3*x + translate 0.02*y +} + +text { ttf "timrom.ttf" "deal.II 3.0" .15, 0 + pigment { BrightGold } + finish { specular 1 } + rotate 90*x + rotate 90*y + translate -2.25*x + translate 2.5*z + translate -0.25*y +} + + +#include "skies.inc" + +sky_sphere { S_Cloud2 } +