|
|
Hallo!
Bin neu bei PovRay und etwas erstaunt, wie komplex doch manche Bilder sind,
obwohl diese Programiert und nicht gezeichnet wurden !
...usw. Programieren ???
Ich hab ja schon bei den einfachsten Formen Probleme, oder Zeichnet ihr euch
oder sonstigem zusammensetzen kann?
Ich habe das Beginner Tutorial etwas durchgearbeitet, bin jetzt bei den SOR
objecten.
Leider habe ich jetzt schon Probleme. Ich habe eine Vase (oder zumindest
Warum ist das so? Oder ist das nur bei mir so??
//CODE ------------------------------------------------------------------
#include "colors.inc"
#include "golds.inc"
#include "stones.inc"
global_settings { assumed_gamma 2.2 max_trace_level 5 }
camera {
location <10, 10, -20>
look_at <0, 5, 0>
angle 50
}
//background { color White }
sky_sphere{pigment{gradient y color_map{[0,color rgb <0.7,0.75,1>][1,color
rgb <0.2,0.5,1>]}scale 2 translate -y}}
light_source { <-10,10,-100> White spotlight radius 3 falloff 10 point_at
<-5,5,5> }
light_source { <0,30,0> White spotlight radius 5 falloff 15 point_at
<0,0,0> }
plane { <0,1,0>,-1
pigment {checker Black, White }
//texture { T_Stone24 }
}
#declare Vase =
sor {
5
<0, -.5>
<2, 1>
<3, 3>
<2,4>
<3,5>
open
}
object { Vase
texture { T_Gold_4E } translate <0,0,-1> }
object { Vase
pigment { color White }
rotate <0,0,0> translate <-5, 7.5 ,0>}
// CODE
ENDE ------------------------------------------------------------------
Das seltsame ist auch, wenn ich das objekt auf rotate <-5.0,0> drehe ,
sind die Streifen weg !
DJ
Post a reply to this message
Attachments:
Download '320x240-AA03.jpg' (13 KB)
Preview of image '320x240-AA03.jpg'
|
|
|
|
Captain-DJ schrieb:
> Bin neu bei PovRay und etwas erstaunt, wie komplex doch manche Bilder sind,
> obwohl diese Programiert und nicht gezeichnet wurden !
Willkommen in der Wundelwelt von POV-Ray. :o)
> ...usw. Programieren ???
Am einfachsten geht das mit heightfields und meshs.
http://propro.ru/go/Wshop/tools/tools.html
> Ich hab ja schon bei den einfachsten Formen Probleme, oder Zeichnet ihr euch
> oder sonstigem zusammensetzen kann?
Das ist schonmal ein guter Ansatz.
z.B. http://jpatch.sourceforge.net/
> Ich habe das Beginner Tutorial etwas durchgearbeitet, bin jetzt bei den SOR
> objecten.
> Leider habe ich jetzt schon Probleme. Ich habe eine Vase (oder zumindest
> Warum ist das so?
beheben:
"The sturm keyword may be added to specify the slower but more accurate
Sturmian root solver. It may be used with the surface of revolution
object if the shape does not render properly."
Also einfach nach "open" noch "sturm" in die SOR-Definition schreiben
> Oder ist das nur bei mir so??
Nein, der Fehler kam auch bei mir.
auch die Gruppen povray.newusers und povray.binaries.images. Da ist
auch mehr los als auf dieser internationalen Newsgroup.
Also dann, happy poving!
So long,
Bonsai
--
<--------------------------->
___ __ __ _ ___ ___ _
| _ ) \ \( ) _) _ )( )
| _ \() |\ \ |\ \/ _ \| |
|___/__/_)\__)___)/ \_)_)
www.b0n541.net
<--------------------------->
"Hi. I'm a signature virus. Add me to your signature - help me spread!"
Post a reply to this message
|
|