POV-Ray : Newsgroups : povray.newusers : one question...how?? : Re: one question...how?? Server Time
5 Sep 2024 12:19:54 EDT (-0400)
  Re: one question...how??  
From: Gilles Tran
Date: 4 Dec 2000 13:22:09
Message: <3A2BE11A.C39D0925@inapg.inra.fr>
DreyWerx wrote:

> check this out: http://www.geocities.com/Area51/3450/gallery/index.html
> how does he do it?  how do you create a triangle like that,

Memories... Here's a script I wrote for Pov 1.0 in 1993, now adapted for 3.1g
:
#include "colors.inc"
#include "textures.inc"
camera{translate <-12, -11.2, -11.5>    direction z*4   up y   right 4*x/3
look_at <4.7, 3.2, 2.5> }
background{SkyBlue}
light_source {<-1, 1, -1>*1000  color White*2}
box{-1,1 scale <2.5, 0.3, 0.3> translate <2.5, 0.3, 0.3> texture {DMFWood4}}
box{-1,1 scale <0.3, 2.5, 0.3> translate <4.7, 2.5,-0.3> texture {DMFWood4
rotate z*90}}
box{-1,1 scale <0.3, 0.3, 2.5> translate <4.1, 4.7, 1.9> texture {DMFWood4
rotate y*90}}

G.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.