Merge branch 'ht/newline-before-EOF' into maint
[shapes.git] / examples / features / lightdemo3.shape
blobd6bfb1c78e63b527f710bddb963f1cdc43a70224
1 /** This file is part of Shapes.
2  **
3  ** Shapes is free software: you can redistribute it and/or modify
4  ** it under the terms of the GNU General Public License as published by
5  ** the Free Software Foundation, either version 3 of the License, or
6  ** any later version.
7  **
8  ** Shapes is distributed in the hope that it will be useful,
9  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
10  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  ** GNU General Public License for more details.
12  **
13  ** You should have received a copy of the GNU General Public License
14  ** along with Shapes.  If not, see <http://www.gnu.org/licenses/>.
15  **
16  ** Copyright 2008 Henrik Tidefelt
17  **/
19 •zbuf: newZBuf
21 r: 10cm
22 ##unit w = 3.4cm
23 obj:
24     @nonstroking:[gray 0.8]
25   & @reflections:[phong 1]
26   & @autointensity:[gray 0.1]
27   & @autoscattering:[phong 0.2]
28   & @shadeorder:'2
29   & @facetresolution:1cm
30   |
31   [facet (r,~5cm,~0.5w)--(r,5cm,~0.5w)--(r,5cm,0.5w)--(r,~5cm,0.5w)--cycle
32          [facetnormal (r,0cm,~1cm) [normalized (r,0cm,~1cm)]]
33          [facetnormal (r,0cm,1cm) [normalized (r,0cm,1cm)]]
34          [facetnormal (r,5cm,0cm) [normalized (r,5cm,0cm)]]]
36 [[range 20° 160° 20°].foldsl
37  \ p e •st →
38   !{
39     •st << [rotate3D (0,1,0) ~e] [] obj
40     p
41   }
42  void
43  •zbuf]
45 •zbuf << [shift (10cm,3cm,10cm)] [] [specular_light [gray 0.9]]
47 zbuf: •zbuf;
49 tmp: [bboxed_enlarge [view zbuf] (5mm,5mm)]
51 •page << @nonstroking:GRAY_BLACK | [fill [bbox tmp]]
52 •page << tmp