|
|
Hi,
I'm trying to render a simple script:
polygon { 5, <15.45085, 0, 47.55283>, <15.11321, -3.212412, 47.55283>,
<24.45369, -5.197792, 43.30127>, <25, 0, 43.30127>, <15.45085, 0, 47.55283>
texture { pigment { color rgb <1, 0, 0> } } }
sky_sphere { pigment { color rgb <1, 1, 1> } }
camera { look_at <15, -3, 47> location <0, 0, 100> }
light_source { <0, 0, 100> color rgb <1, 1, 1> }
The red polygon is not visible. Any ideas why?
Post a reply to this message
|
|