summaryrefslogtreecommitdiff
path: root/graphics/povray38/pkg-plist
blob: 4b3973987a0abc6560143c4b0aa8f08a7c58b5af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
bin/povray38
@sample %%ETCDIR%%/povray.conf.sample %%ETCDIR%%/povray.conf
@sample %%ETCDIR%%/povray.ini.sample %%ETCDIR%%/povray.ini
man/man1/povray38.1.gz
%%PORTDOCS%%%%DOCSDIR%%3.8/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%3.8/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%3.8/NEWS
%%PORTDOCS%%%%DOCSDIR%%3.8/html/favicon.ico
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/00/RefImgSpottedPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/01/RefImgCameraSampleultra_wide_angle.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/04/TutImgPolypic3.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/06/TutImgBpatch01.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/07/RefImgQuiltedNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/09/RefImgCameraSampleScene.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/09/TutImgArainbow.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/09/TutImgCuspline.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0a/TutImgRedsun.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0b/RefImgFixfallo.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0c/RefImgUnhfield.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0c/SpindleTorusUnion.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0d/RefImgUnionobj.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0d/TutImgSweepinc.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0e/RefImgGranitePigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0e/TutImgIso_21.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/12/RefImgOvus2D.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/12/RefImgProd.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/12/TutImgRadB13.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgDiftight.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgImagePigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgMandelExponents.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgRenderPatternRo0.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/TutImgMediatut3.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/TutImgRadB1319.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/TutImgSlopemap9.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/15/RefImgMiemurky.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/17/RefImgRecsuper.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/17/TutImgRadA19.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/RefImgArealigh.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/RefImgCylgeom.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/RefImgRenderPatternRo3.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/TutImgRadB17.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/19/RefImgRenderPatternRo5.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1a/RefImgSpottedNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1a/TutImgRadB0810.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1b/RefImgCheckerPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1b/TutImgPolypic1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/21/TutImgMesh2.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/23/TutImgRadB0205.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/24/SpindleTorusIntersection.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/25/RefImgCheckerNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/25/RefImgMergeobj.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/25/TutImgRadA0309.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/26/RefImgFunctionNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/28/RefImgShootph.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/29/RefImgMimxrtor.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2a/TutImgRadB08.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2b/RefImgSphericalNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2c/RefImgCameraSamplecylinder_3.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2c/RefImgHgscatt.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2c/TutImgRadB09.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2d/TutImgIso_12.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2e/RefImgBrickNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/30/TutImgBlobhand.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/30/TutImgPolyfunc4.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/32/TutImgMediatut1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/33/RefImgCameraSamplecylinder_4.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/DocImgPovlogotext.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/RefImgCracklePigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/TutImgRadB22.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/TutImgSlopemap3.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/35/TutImgSphblob.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/36/RefImgDentsPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/36/TutImgTxtstone.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/37/RefImgBrickPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/37/RefImgPlanarPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/39/TutImgGammaShowcase_ref2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/39/TutImgRadA0399.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/39/TutImgRadA22.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3a/TutImgGammaShowcase.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3a/TutImgRadB15.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3b/RefImgDiffobj.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3c/RefImgPixhfld.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3c/TutImgGammaShowcase_ref0.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3d/RefImgCameraViewUltrawideangle.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3d/RefImgPhotons1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3e/RefImgWrinklesPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3e/TutImgSlopemap4.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/40/TutImgRadB0206.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/42/TutImgPolyword.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/43/TutImgRadB0812.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/43/TutImgTurbfog.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/44/RefImgWoodPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/44/TutImgRadB1316.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/45/RefImgSpotgeom.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/45/TutImgHexprism.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/45/TutImgRadA02.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/RefImgCameraSamplecylinder_1.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/RefImgDemoOvus.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/RefImgWarpCylindrical1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/TutImgRadB05.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/47/RefImgCameraSamplespherical.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/48/RefImgBoxmap.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/49/TutImgIso_19.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/49/TutImgRadB16.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4a/TutImgBpatch03.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4a/TutImgSlopemap6.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4b/RefImgCubic.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4c/RefImgSquare.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4d/RefImgLfadefx.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4d/RefImgPlanarNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4d/TutImgRadA27.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4e/TutImgRadA01.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4f/TutImgSuperell.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/50/RefImgRipplesNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/50/TutImgIso_06.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/51/RefImgLemon.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/51/RefImgSpiral2Normal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/52/RefImgRenderPatternRo1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/52/TutImgRadA0308.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/53/RefImgTurbrand.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/53/TutImgRadA1418.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/54/TutImgRadA1420.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/55/TutImgRadB10.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/56/RefImgCameraViewOmnimax.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/56/RefImgUvmapping.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/56/TutImgIso_04.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/57/TutImgPolyfunc5.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/59/TutImgRadA15.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/59/TutImgRadB_22.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5a/RefImgWarpSphere1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5b/RefImgHexpat.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5b/RefImgSqemath.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/RefImgWavesNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/SpindleTorusDifference.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/TutImgRadA05.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/TutImgRadA18.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5d/TutImgPolyfunc2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5e/RefImgLeopardPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5e/RefImgMarblePigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5e/TutImgRadB18.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5f/RefImgCylindricalNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/RefImgCameraSamplecylinder_2.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgBezspline3.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgLatheobj.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgMvspline.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgSmplfog.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/62/TutImgRaytracer.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/63/RefImgArea2.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/63/TutImgRadB01.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/64/RefImgTriangular.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/64/TutImgRadB0207.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/65/RefImgArea1.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/65/TutImgRadB20.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/66/TutImgQuspline.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/67/TutImgIso_05.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/68/TutImgSimpblob.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/RefImgBlobdens.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/RefImgLattenua.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/RefImgWavesPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/TutImgIso_15.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/TutImgRadA34.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6a/RefImgBozoPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6a/TutImgRadA0311.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6b/TutImgImprswep.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6c/RefImgPhotons2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6c/TutImgRadB1317.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6d/RefImgBumpsPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6e/RefImgBoxedMedia.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6e/TutImgRadB0809.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6f/RefImgFunctionPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/70/RefImgFactesNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/71/TutImgIso_01.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/72/RefImgOvus3D.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/72/TutImgRadA20.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/73/RefImgCameraViewCylinder1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/75/RefImgIsectobj.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/75/TutImgRadB1320.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/76/RefImgWrinklesNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/76/TutImgRadA23.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/RefImgCameraSamplepanoramic.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/TutImgIso_14.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/TutImgIso_18.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/TutImgRadA31.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/78/RefImgMarbleNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/79/RefImgQuiltedPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/7a/RefImgAgatePigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/7d/RefImgMiehaze.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/7d/RefImgQuiltpt1.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/80/TutImgIso_16.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/81/RefImgCameraViewCylinder4.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/81/RefImgCellsPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/81/RefImgMedatten.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/82/RefImgCameraViewPerspective.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/82/TutImgRadB1315.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/84/RefImgLeopardNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/85/TutImgFiltfog.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/85/TutImgRadC_01.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/88/TutImgRadB03.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/89/TutImgSlopemap1.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/89/TutImgSlopemap8.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8a/TutImgMediatut7.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8d/RefImgGraniteNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8d/TutImgMediatut4.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8d/TutImgRadA26.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8e/RefImgSum.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8f/RefImgObjoverl.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8f/TutImgRadB28.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8f/TutImgRrainbow.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/91/TutImgMediatut2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/91/TutImgRadA04.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/92/TutImgPyrsweep.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/93/RefImgConegeom.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/93/TutImgRadA1416.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/93/TutImgSkyspher.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/94/RefImgGamma.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/94/TutImgRadA03.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/95/RefImgRaylscat.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/95/TutImgIso_08.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/96/TutImgRadB07.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/98/RefImgBoxgeom.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/98/TutImgTorchain.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9a/TutImgBgvisfog.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9a/TutImgRadB0204.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9a/TutImgTriangles.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9b/RefImgGradientNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9b/TutImgMediatut6.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9b/TutImgRadA0103.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9c/TutImgIso_22.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9c/TutImgPolypic2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9c/TutImgSlopemap5.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9d/RefImgImageNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9d/TutImgIso_20.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9d/TutImgRadA0299.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9e/RefImgPavement.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgIso_13.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgPvhfield.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgRadA07.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgSorobj.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/ArrowDown.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/ArrowUp.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a0/RefImgJuliaColorings.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a0/TutImgIso_09.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a1/RefImgCameraViewFisheye.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a1/TutImgRadB19.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a2/TutImgRadA13.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a3/RefImgOnionPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a4/RefImgMagnet.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a5/TutImgRadA1426.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a5/TutImgRadB29.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a6/TutImgIso_03.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a6/TutImgRadA10.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a8/RefImgAreal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/aa/TutImgRadA06.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ab/TutImgRadA29.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ab/TutImgRadA32.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ab/TutImgRadB12.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ac/RefImgSpiral1Pigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ad/TutImgRadB14.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ae/RefImgCameraViewCylinder2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/af/RefImgCurvmath.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/af/RefImgSormath.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b0/TutImgRadA0306.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/RefImgBumpsNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/RefImgCameraViewPanoramic.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/RefImgQuiltpt2.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/SpindleTorusMerge.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b2/RefImgCameraSampleorthographic.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b2/RefImgDentsNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b2/RefImgSphgeom.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b4/TutImgSpline.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b5/TutImgRadA12.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b7/RefImgOnionNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b7/TutImgRadA0312.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b9/RefImgCellsNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b9/RefImgWoodNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b9/TutImgCubprism.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/ba/RefImgCrackleNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/bb/RefImgCameraSampleomnimax.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/bd/RefImgSphericalMedia.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/be/TutImgRadB21.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/RefImgGradientPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/RefImgRadialPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/TutImgIso_10.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/TutImgRadB0203.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c2/TutImgIso_23.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c2/TutImgPolyfunc3.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c2/TutImgRadB06.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c3/TutImgRadA08.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c4/TutImgRadA11.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c4/TutImgRadB0811.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c4/TutImgRadC_03.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c6/RefImgClipobj.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c7/TutImgRadB26.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/RefImgFixedrad.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/RefImgQuiltpt3.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/TutImgRadA2123.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/TutImgRaytracing.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c9/TutImgIso_17.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cb/TutImgRadA0307.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cb/TutImgRadA0313.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cc/TutImgRadC_02.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cc/TutImgSlopemap7.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/ce/RefImgCameraViewOrthographic.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/ce/TutImgRadB25.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d0/RefImgTiling2.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d1/TutImgRadA30.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d1/TutImgRadB1318.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d2/TutImgMultifog.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d3/RefImgCameraViewCylinder3.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d3/TutImgRadA1415.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d4/TutImgCrainbow.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d4/TutImgRadA1425.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d5/TutImgPolyfunc6.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d5/TutImgRadA1419.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d7/TutImgGammaShowcase_ref1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d9/RefImgAgateNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d9/TutImgRadA09.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/da/RefImgRipplesPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/db/TutImgAerobics.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/db/TutImgBezspline2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/db/TutImgRadA14.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dc/TutImgRadA21.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dc/TutImgSubshape.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dd/TutImgMediatut5.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dd/TutImgRadA99.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/de/TutImgLowfog.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/de/TutImgRadA1424.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e1/RefImgBozoNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e1/RefImgRenderPatternRo2.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e1/TutImgRadB99.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e2/RefImgNegradli.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e3/RefImgRenderPatternRo4.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e3/TutImgRadA33.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e3/TutImgRadB04.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e5/TutImgRadA16.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e6/RefImgCameraViewSpherical.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e6/TutImgRadB27.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e7/RefImgSegmpts.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e7/RefImgWarpToroidal1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e7/TutImgPtcubobj.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e9/RefImgQuiltpt4.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e9/RefImgSpiral2Pigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e9/TutImgRadB11.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ea/TutImgBpatch02.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ea/TutImgRadA0310.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ed/TutImgBezspline1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ed/TutImgImprhand.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ee/TutImgIso_02.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ee/TutImgRadA17.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ee/TutImgRadA28.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ef/TutImgCloudsky.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f0/TutImgPolyfunc1.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f0/TutImgRadA24.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f1/TutImgRadB_35.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/RefImgSpiral1Normal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgRadA1417.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgRadA25.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgRadB1314.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgSlopemap2.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f5/RefImgCameraSamplefisheye.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f5/TutImgIso_07.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f6/RefImgCameraSampleperspective.jpg
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f8/RefImgBoxedeNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f9/RefImgCylindricalPigment.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fa/RefImgRadialNormal.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fb/TutImgRadA2122.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fb/TutImgRadB24.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fd/RefImgPerspcam.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fd/TutImgHanded.gif
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fd/TutImgIso_11.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/ff/TutImgRadB23.png
%%PORTDOCS%%%%DOCSDIR%%3.8/html/index.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/povray.css
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_0.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_1.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_2.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_3.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_4.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_5.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_6.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_7.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_8.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_0.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_1.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_2.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_3.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_4.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_5.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_0.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_1.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_2.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_3.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_4.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_5.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_6.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_7.html
%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_8.html
%%DATADIR%%/icons/file_inc_classic_16.png
%%DATADIR%%/icons/file_inc_classic_32.png
%%DATADIR%%/icons/file_inc_classic_48.png
%%DATADIR%%/icons/file_inc_classic_64.png
%%DATADIR%%/icons/file_inc_crystal_16.png
%%DATADIR%%/icons/file_inc_crystal_32.png
%%DATADIR%%/icons/file_inc_crystal_48.png
%%DATADIR%%/icons/file_inc_crystal_64.png
%%DATADIR%%/icons/file_inc_slick_16.png
%%DATADIR%%/icons/file_inc_slick_32.png
%%DATADIR%%/icons/file_inc_slick_48.png
%%DATADIR%%/icons/file_inc_slick_64.png
%%DATADIR%%/icons/file_pov_classic_16.png
%%DATADIR%%/icons/file_pov_classic_32.png
%%DATADIR%%/icons/file_pov_classic_48.png
%%DATADIR%%/icons/file_pov_classic_64.png
%%DATADIR%%/icons/file_pov_crystal_16.png
%%DATADIR%%/icons/file_pov_crystal_32.png
%%DATADIR%%/icons/file_pov_crystal_48.png
%%DATADIR%%/icons/file_pov_crystal_64.png
%%DATADIR%%/icons/file_pov_slick_16.png
%%DATADIR%%/icons/file_pov_slick_32.png
%%DATADIR%%/icons/file_pov_slick_48.png
%%DATADIR%%/icons/file_pov_slick_64.png
%%DATADIR%%/icons/povray_16.png
%%DATADIR%%/icons/povray_32.png
%%DATADIR%%/icons/povray_48.png
%%DATADIR%%/icons/povray_64.png
%%DATADIR%%/include/Mount1.png
%%DATADIR%%/include/Mount2.png
%%DATADIR%%/include/arrays.inc
%%DATADIR%%/include/ash.map
%%DATADIR%%/include/benediti.map
%%DATADIR%%/include/bubinga.map
%%DATADIR%%/include/bumpmap_.png
%%DATADIR%%/include/cedar.map
%%DATADIR%%/include/chars.inc
%%DATADIR%%/include/colors.inc
%%DATADIR%%/include/colors_ral.inc
%%DATADIR%%/include/consts.inc
%%DATADIR%%/include/crystal.ttf
%%DATADIR%%/include/cyrvetic.ttf
%%DATADIR%%/include/debug.inc
%%DATADIR%%/include/finish.inc
%%DATADIR%%/include/fract003.png
%%DATADIR%%/include/functions.inc
%%DATADIR%%/include/glass.inc
%%DATADIR%%/include/glass_old.inc
%%DATADIR%%/include/golds.inc
%%DATADIR%%/include/ior.inc
%%DATADIR%%/include/logo.inc
%%DATADIR%%/include/makegrass.inc
%%DATADIR%%/include/marbteal.map
%%DATADIR%%/include/math.inc
%%DATADIR%%/include/meshmaker.inc
%%DATADIR%%/include/metals.inc
%%DATADIR%%/include/mtmand.pot
%%DATADIR%%/include/mtmandj.png
%%DATADIR%%/include/orngwood.map
%%DATADIR%%/include/pinkmarb.map
%%DATADIR%%/include/plasma2.png
%%DATADIR%%/include/plasma3.png
%%DATADIR%%/include/povlogo.ttf
%%DATADIR%%/include/povmap.png
%%DATADIR%%/include/rad_def.inc
%%DATADIR%%/include/rand.inc
%%DATADIR%%/include/rdgranit.map
%%DATADIR%%/include/screen.inc
%%DATADIR%%/include/shapes.inc
%%DATADIR%%/include/shapes2.inc
%%DATADIR%%/include/shapes3.inc
%%DATADIR%%/include/shapes_old.inc
%%DATADIR%%/include/shapesq.inc
%%DATADIR%%/include/skies.inc
%%DATADIR%%/include/spiral.df3
%%DATADIR%%/include/stage1.inc
%%DATADIR%%/include/stars.inc
%%DATADIR%%/include/stdcam.inc
%%DATADIR%%/include/stdinc.inc
%%DATADIR%%/include/stoneold.inc
%%DATADIR%%/include/stones.inc
%%DATADIR%%/include/stones1.inc
%%DATADIR%%/include/stones2.inc
%%DATADIR%%/include/strings.inc
%%DATADIR%%/include/sunpos.inc
%%DATADIR%%/include/teak.map
%%DATADIR%%/include/test.png
%%DATADIR%%/include/textures.inc
%%DATADIR%%/include/timrom.ttf
%%DATADIR%%/include/transforms.inc
%%DATADIR%%/include/ttffonts.cat
%%DATADIR%%/include/whiteash.map
%%DATADIR%%/include/woodmaps.inc
%%DATADIR%%/include/woods.inc
%%DATADIR%%/ini/allanim.ini
%%DATADIR%%/ini/allstill.ini
%%DATADIR%%/ini/low.ini
%%DATADIR%%/ini/pngflc.ini
%%DATADIR%%/ini/pngfli.ini
%%DATADIR%%/ini/povray.ini
%%DATADIR%%/ini/quickres.ini
%%DATADIR%%/ini/res120.ini
%%DATADIR%%/ini/res1k.ini
%%DATADIR%%/ini/res320.ini
%%DATADIR%%/ini/res640.ini
%%DATADIR%%/ini/res800.ini
%%DATADIR%%/ini/slow.ini
%%DATADIR%%/ini/tgaflc.ini
%%DATADIR%%/ini/tgafli.ini
%%DATADIR%%/ini/zipflc.ini
%%DATADIR%%/ini/zipfli.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/abyss.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/balcony.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/bglass.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/building.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/chair.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/cloth.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/sky.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/table.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/table_cloth.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/table_stuff.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/terrain.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/water.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/benchmark/benchmark.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/benchmark/benchmark.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/biscuit.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/makestacks.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackerday.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackergold.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackernight.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackertransp.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stacks.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/bwstripe.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/chess2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/cliche/cliche.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/cliche/sign.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/cliche/sign.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/crater/crater.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/crater/crater_dat.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/crater/crater_dat.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/desk/desk.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/desk/desk.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/diffract.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/diffuse_back.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/drums2/drums.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/drums2/drums.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/drums2/rednewt.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/float5.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/glasschess/chesspiece1.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/glasschess/glasschess.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/grenadine/grenadine.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/grenadine/lemon.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/infinitybox.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/isocacti.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/lamppost.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/landscape.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mediasky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mist.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mtmand.par
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mtmand.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/ntreal/ntreal.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/ntreal/ntreal.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/object_pattern.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/optics.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/pawns.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/quilt1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/sombrero.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/sunsethf.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/swirlbox.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_c1.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_c2.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_c3.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_sph.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_tri.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/wallstucco.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/whiltile.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/wineglass.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/woodbox.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/ambient/ambient.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/ambient/ambient.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/camera2/camera2.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/camera2/camera2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/clockd/clockd.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/clockd/clockd.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/diffuse/diffuse.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/diffuse/diffuse.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float1/float1.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float1/float1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float2/float2.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float2/float2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float3/float3.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float3/float3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float4/float4.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float4/float4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/fractalzoom/fractalzoom.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/fractalzoom/fractalzoom.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/l_o/l_o.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/l_o/l_o.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/quilted/plotqlt.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/quilted/plotqlt.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/raddem/raddem.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/raddem/raddem.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/reflection/reflection.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/reflection/reflection.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/speclr/speclr.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/speclr/speclr.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/splinefollow/splinefollow.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/splinefollow/splinefollow.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect1/vect1.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect1/vect1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect2/vect2.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect2/vect2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bsp/Tango.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/camera-context.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/fisheye.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/focalblur.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/bake.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/baking_demo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/baking_repair_seams.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/demo_common.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/demo_globals.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/demo_room.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/README.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/ess-ortho-camera.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/ess-persp-camera.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/ortho-camera.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/persp-camera.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_macros.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_ortho_demo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_ortho_demo_uv.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_persp_compare.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_persp_demo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_persp_demo_uv.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_stereo_demo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/vase1.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/vase2.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/normal.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/omnimax.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/orthographic.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/panoramic.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/perspective.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/shear.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/spherical.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/ultra_wide_angle.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/user_defined.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cameras.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/chars.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/circletext.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/colors.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/debug.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/finish.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/func_gradient.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/glasses/glass.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/glasses/samp_demo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/glasses/sample.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/i_internal.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/logo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/math.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/brasses.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/chromes.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/coppers.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/golds.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/metals.doc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/silvers.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/stage_xy.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/stage_xz.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/screen.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shapes.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shapes2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shapes_old.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shotxtr.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/sort.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/benediti.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/marbteal.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/pinkmarb.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/rdgranit.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/stones.doc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/stones1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/stones2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/strings.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/sundial.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/texture1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/texture2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/texture3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/transforms.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/ash.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/ash_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/benediti_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/bubinga.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/bubinga_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/cedar.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/cedar_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/morewood.doc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/orngwood.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/teak.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/teak_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/testcam.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/testobjs.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/whiteash.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/whiteash_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_10.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_11.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_12.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_13.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_14.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_15.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_16.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_17.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_18.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_19.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_5.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_6.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_7.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_8.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_9.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/woods.doc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/woods1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/woods2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/atten1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/atten2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/ballbox1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/caustic2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/crystal.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/fog_f.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/fog_ft.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/fog_std.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/foglayr.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/foglyr2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/iortest.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/magglass.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/galaxy.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/hollow1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/hollow2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/hollow3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media5.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/micro.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/nufog2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/rainbow1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/skysph1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/skysph2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/arrays/array1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/arrays/array2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/arrays/array3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/bounding.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/fileio/fileio.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/image_size.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/local.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/local.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/splinefunction.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/trace-wicker.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/trace.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/trace2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/tracevines.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/vturbulence.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/arealit1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/arealit2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/arealit3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/circular.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/fillite.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/glassthing.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/laser.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/orient.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/parallel_lights.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/phot_met_glass.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/projected_through.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/shadows.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/soft.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/spotlite.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/double_illuminate.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/no_image.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/no_reflection.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/thingy.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/bezier.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob1a.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob1b.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob1c.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/chesmsh.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/chess.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/cliptst2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/granite.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/hfclip.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/intee1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/isosurfaces.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe1a.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe1b.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe1c.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/mesh2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/polygon.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/primitiv.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3a.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3b.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3c.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/axisbox.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/bicube.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/folium.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/grafbic.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/helix.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/hyptorus.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/lemnisc2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/lemnisca.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/monkey.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/partorus.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/piriform.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/quarcyl.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/quarpara.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/quartic.cat
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/steiner.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/tcubic.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/teardrop.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/torus.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/trough.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/witch.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/sor1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/superel1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/superel2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/superel3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/torus1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/torus2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/ttf1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/wtorus.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/output/dither_showcase.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/output/gamma_showcase.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/__empty.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/__empty.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allnormals.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allnormals.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allobjects.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allobjects.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat1iso.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat1iso.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat2iso.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat2iso.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpatterns.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpatterns.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/c_colors.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/c_colors.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/f_finish.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/f_finish.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/html_gen.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/m_textures.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/m_textures.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_2shapes.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_2shapes.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes_old.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes_old.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapesq.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapesq.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_skies.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_skies.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_textures.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_textures.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_woods.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_woods.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/readme.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_1stones.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_1stones.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_2stones.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_2stones.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_metals.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_metals.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_stars.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_stars.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_textures.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_textures.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_woods.ini
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_woods.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/povray_style1.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/povray_style2.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/abyss.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/balcony.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/benchmark.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/biscuit.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/bwstripe.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/cliche.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/crater.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/crater_dat.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/desk4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/diffract.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/diffuse_back.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/drums.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/float5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/glasschess.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/grenadine.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/infinitybox.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/isocacti.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/lamppost.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/landscape.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/mediasky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/mist.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/mtmand.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/newdiffract1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/ntreal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/object_pattern.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/optics.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/pawns.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/quilt1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/sombrero.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/stackerday.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/stackergold.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/stackernight.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/sunsethf.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/swirlbox.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/wallstucco.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/whiltile.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/wineglass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/woodbox.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/ambient.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/camera2.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/clockd.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/diffuse.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float1.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float2.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float3.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float4.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/fractalzoom_1.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/fractalzoom_2.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/l_o.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/plotqlt.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/raddem.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/reflect.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/splinefollow.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/vect1.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/vect2.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/bsp/Tango.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/fisheye.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/focalblur.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/normal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/omnimax.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/orthographic.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/panoramic.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/perspective.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/shear.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/spherical.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/ultra_wide_angle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/user_defined.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/ash.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/ash_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/brasses.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/bubinga.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/bubinga_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/cedar.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/cedar_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/chars.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/chromes.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/circletext.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/colors.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/coppers.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/debug.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/finish.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/func_gradient.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/glass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/golds.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/i_internal4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/logo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/math.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/screen.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/shapes.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/shapes_old.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/silvers.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/sort.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/stones1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/stones2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/strings.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/sundial.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/teak.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/teak_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/texture1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/texture2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/texture3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/transforms.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/whiteash.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/whiteash_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/woods1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/woods2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/atten1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/atten2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/ballbox1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/caustic2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/crystal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/fog_f.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/fog_ft.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/fog_std.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/foglayr.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/foglyr2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/iortest.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/magglass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/galaxy.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/hollow1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/hollow2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/hollow3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/micro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/nufog2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/rainbow1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/skysph1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/skysph2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/array1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/array2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/array3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/bounding.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/fileio.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/image_size.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/local.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/portfolio.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/splinefunction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/trace-wicker.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/trace.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/trace2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/tracevines.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/vturbulence.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/arealit1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/arealit2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/arealit3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/circular.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/fillite.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/glassthing.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/laser.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_ortho_demo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_ortho_demo_uv.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_persp_compare.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_persp_demo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_persp_demo_uv.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_stereo_demo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objectmods/double_illuminate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objectmods/no_image.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objectmods/no_reflection.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/bezier.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob1a.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob1b.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob1c.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/chesmsh.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/cliptst2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/granite.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/hfclip.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/intee1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/granite.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/intee1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/isosurfaces.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe1a.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe1b.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe1c.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/magglass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/mesh2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/polygon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/primitiv.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism3a.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism3b.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/bicube.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/folium.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/grafbic.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/helix.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/hyptorus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/lemnisc2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/lemnisca.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/monkey.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/partorus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/piriform.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/quarcyl.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/quarpara.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/steiner.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/tcubic.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/teardrop.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/torus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/trough.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/witch.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/sor1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/superel1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/superel2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/superel3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/torus1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/ttf1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/wtorus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/output/gamma_showcase.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/qtvr/qtvrpanorama.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/cornell.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/patio-radio_36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/patio-radio_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/rad_def_test_36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/rad_def_test_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity_36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/subsurface.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/arches.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/cluster.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/metallicreflection.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/var_refl.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/var_reflection.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/interior_texture.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/noise_generator.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/bumpmap.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/norm_acc.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/normal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/normavg.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/normmap.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/slopemap.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/bozo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/brick.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/bumps.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle_form.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle_solid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/densfile.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/dents.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/fractals1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/fractals2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/fractals3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/gradient.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/granite.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/hexagon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/leopard.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/mandel.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/marble.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/onion.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/pigment_pattern.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/quilt2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/quilted.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/radial.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/ripples.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/slopemt_36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/slopemt_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/slopemt_dat_36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/spiral1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/spiral2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/arches.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/blkhole.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/cantelop.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/checker2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/crack1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/dodec2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/filtfun.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/interp.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/irid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/mapper.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/mappr2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/matmap.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/pigmap.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/pigment.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/spiral1a.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/transmitfx.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/txtravg.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/txtrmap.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qtvr/qtvrpanorama.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rad_sub.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/cornell.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/patio-radio_36.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/patio-radio_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/rad_def_test_36.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/rad_def_test_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity_36.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subsurface/subsurface.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/10_animation1.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/10_animation1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/10_animation1_ini_file.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/11_animation1_scene_file.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/20_animation2.gif
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/20_animation2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/20_animation2_ini_file.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/21_animation2_scene_file.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Checkered_plane.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Checkered_plane.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/DarkBlueSky_Axes.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/DarkBlueSky_Axes.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Desert_blue_sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Desert_blue_sky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_partly_cloudy_sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_partly_cloudy_sky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_small_clouds.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_small_clouds.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Night_moon_partly_cloudy.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Night_moon_partly_cloudy.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_isometric.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_isometric.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_scene.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_scene.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Rainy_S_Cloud4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Rainy_S_Cloud4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_blue_sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_blue_sky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_moon_partly_cloudy.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_moon_partly_cloudy.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_partly_cloudy_sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_partly_cloudy_sky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_small_clouds_in_sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_small_clouds_in_sky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XY_righthand_z_up.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XY_righthand_z_up.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XZ_righthand_y_up.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XZ_righthand_y_up.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XY_2D.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XY_2D.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_dark.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_dark.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_far.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_far.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_near.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_near.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/White_sands_blue_sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/White_sands_blue_sky.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/pure_white_background.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/pure_white_background.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/starfield.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/starfield.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A1_box_symmetric.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A1_box_symmetric.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A2_box_xyz_positive.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A2_box_xyz_positive.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A4_box_street.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A4_box_street.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A5_box_wood_board.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A5_box_wood_board.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B0_prism_X.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B0_prism_X.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Z.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Z.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B2_prism_Z_house1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B2_prism_Z_house1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B3_prism_Z_roof1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B3_prism_Z_roof1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B4_prism_Z_house2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B4_prism_Z_house2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B5_prism_Z_roof2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B5_prism_Z_roof2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B6_prism_X_prism_Z_union.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B6_prism_X_prism_Z_union.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B7_prism_X_prism_Z_union2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B7_prism_X_prism_Z_union2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B8_prism_X_prism_Z_union_difference.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B8_prism_X_prism_Z_union_difference.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B9_prism_X_prism_Z_intersection.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B9_prism_X_prism_Z_intersection.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C0_prismY_linsweep_consweep_linspline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C0_prismY_linsweep_consweep_linspline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C1_prismY_conicsweep_linspline_trunc.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C1_prismY_conicsweep_linspline_trunc.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C2_prismY_linearsweep_conicsweep_linspline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C2_prismY_linearsweep_conicsweep_linspline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C3_prismY_cosw_cubspline_trunc.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C3_prismY_cosw_cubspline_trunc.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/D0_plane.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/D0_plane.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/01_sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/01_sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/02_sphere_with_bumps.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/02_sphere_with_bumps.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/03_ellipsoid_Polished_Chrome.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/03_ellipsoid_Polished_Chrome.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/05_ellipsoid_flat.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/05_ellipsoid_flat.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/10_ovus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/10_ovus.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/21_cylinder_y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/21_cylinder_y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/23_cylinder_x.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/23_cylinder_x.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/24_cylinder_z.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/24_cylinder_z.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/25_cylinder_open.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/25_cylinder_open.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/30_cone_truncated.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/30_cone_truncated.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/31_cone_open.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/31_cone_open.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/32_cone_open_texture_map.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/32_cone_open_texture_map.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/33_cone_double.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/33_cone_double.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/35_cone1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/35_cone1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/36_cone_texture_bumps.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/36_cone_texture_bumps.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/37_cone_truncated_thin.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/37_cone_truncated_thin.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/38_torus_small.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/38_torus_small.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/40_torus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/40_torus.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/41_torus_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/41_torus_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/43_torus3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/43_torus3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/61_sor_Surface_Of_Revolution.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/61_sor_Surface_Of_Revolution.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/62_sor_Surface_Of_Revolution.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/62_sor_Surface_Of_Revolution.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/63_sor_Surface_Of_Revolution.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/63_sor_Surface_Of_Revolution.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/70_lathe_object_linear_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/70_lathe_object_linear_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/71_lathe_object_quadratic_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/71_lathe_object_quadratic_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/72_lathe_object_cubic_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/72_lathe_object_cubic_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/10_color_White.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/10_color_White.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/11_color_Gray85.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/11_color_Gray85.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/12_color_Gray75.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/12_color_Gray75.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/14_color_Gray50.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/14_color_Gray50.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/16_color_Gray25.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/16_color_Gray25.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/17_color_Gray10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/17_color_Gray10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/18_color_Black.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/18_color_Black.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/19_very_light_brown.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/19_very_light_brown.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/20_light_brown.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/20_light_brown.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/22_dark_brown.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/22_dark_brown.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/23_very_dark_brown.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/23_very_dark_brown.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/84_very_pale_red_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/84_very_pale_red_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/85_pale_red_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/85_pale_red_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/88_red_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/88_red_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/92_red_wine.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/92_red_wine.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/94_very_dark_red.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/94_very_dark_red.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/95_dark_red.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/95_dark_red.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A0_color_Red.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A0_color_Red.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A1_very_light_red.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A1_very_light_red.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A2_red_orange.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A2_red_orange.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A4_light_orange.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A4_light_orange.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A5_color_Orange.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A5_color_Orange.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A7_deep_yellow.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A7_deep_yellow.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A9_color_Yellow.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A9_color_Yellow.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B4_yellow_lemon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B4_yellow_lemon.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B5_color_YellowGreen.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B5_color_YellowGreen.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B7_yellowish_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B7_yellowish_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B9_dark_yellow_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B9_dark_yellow_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C1_color_Green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C1_color_Green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C2_dark_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C2_dark_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C3_dark_olive_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C3_dark_olive_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C4_dark_blue_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C4_dark_blue_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C5_blueish_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C5_blueish_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C6_blue_green.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C6_blue_green.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C7_light_cyan.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C7_light_cyan.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C8_cyan.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C8_cyan.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/CB_dark_cyan.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/CB_dark_cyan.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_greenish_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_greenish_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_light_greenish_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_light_greenish_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E0_color_Blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E0_color_Blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E1_dark_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E1_dark_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E2_bright_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E2_bright_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_light_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_light_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_very_light_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_very_light_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E4_pale_blue.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E4_pale_blue.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_light_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_light_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_pale_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_pale_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_very_light_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_very_light_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E7_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E7_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/General_statements/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/10_Include_File_Template_declare.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/20_Include_File_Socket.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/20_Include_File_Socket.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/30_Include_File_Socket_Use.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/30_Include_File_Socket_Use.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/40_Include_File_Template_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair_Use.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair_Use.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_Isosurface_y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_Isosurface_y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_Isosurface_y_closed.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_isosurface_syntax.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_isosurface_syntax.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/02_Isosurface_box_x.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/02_Isosurface_box_x.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/03_Isosurface_house.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/03_Isosurface_house.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/04_Isosurface_octahedron.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/04_Isosurface_octahedron.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/05_Isosurface_cristal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/05_Isosurface_cristal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/06_Isosurface_cylinder_by_sqrt.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/06_Isosurface_cylinder_by_sqrt.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/07_Isosurface_sphere_by_sqrt.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/07_Isosurface_sphere_by_sqrt.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/08_Isosurface_cone_double.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/08_Isosurface_cone_double.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/09_Isosurface_hyperboloid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/09_Isosurface_hyperboloid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/10_Isosurface_y_saddle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/10_Isosurface_y_saddle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/12_Isosurface_y_minus_sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/12_Isosurface_y_minus_sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/13_Isosurface_cross1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/13_Isosurface_cross1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/14_Isosurface_cross1_min_blobed.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/14_Isosurface_cross1_min_blobed.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/15_Isosurface_cross2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/15_Isosurface_cross2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/20_Isosurface_sine.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/20_Isosurface_sine.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_sine_gear.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_sine_gear.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_concentric.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_concentric.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_cylinder.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_cylinder.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/22_Isosurface_sine_sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/22_Isosurface_sine_sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/23_Isosurface_sine_sphere_y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/23_Isosurface_sine_sphere_y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/24_Isosurface_sphere_dbl_sinewave.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/24_Isosurface_sphere_dbl_sinewave.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/25_Isosurface_egg.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/25_Isosurface_egg.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/43_Iso_f_rounded_box.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/43_Iso_f_rounded_box.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/44_Iso_f_pillow.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/44_Iso_f_pillow.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/47_Iso_f_superellipsoid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/47_Iso_f_superellipsoid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/48_Iso_f_torus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/48_Iso_f_torus.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/49_Iso_f_torus2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/49_Iso_f_torus2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/50_Iso_f_paraboloid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/50_Iso_f_paraboloid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/55_Iso_f_sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/55_Iso_f_sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/66_Iso_f_heart.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/66_Iso_f_heart.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/67_Iso_f_comma.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/67_Iso_f_comma.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/68_Iso_f_dupin_cyclid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/68_Iso_f_dupin_cyclid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6a_Iso_f_helix1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6a_Iso_f_helix1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6b_Iso_f_helix1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6b_Iso_f_helix1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6c_Iso_f_helix2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6c_Iso_f_helix2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6d_Iso_f_spiral.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6d_Iso_f_spiral.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6m_Iso_f_mesh1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6m_Iso_f_mesh1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6q_Iso_f_flange_cover.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6q_Iso_f_flange_cover.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6r_Iso_f_spikes.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6r_Iso_f_spikes.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6s_Iso_f_spikes_2d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6s_Iso_f_spikes_2d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/80_Iso_f_checker.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/80_Iso_f_checker.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/81_Iso_f_leopard.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/81_Iso_f_leopard.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/82_Iso_f_leopard.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/82_Iso_f_leopard.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/83_Iso_sphere_f_marble.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/83_Iso_sphere_f_marble.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/84_Iso_sphere_f_marble.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/84_Iso_sphere_f_marble.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/85_Iso_Round_Box_f_crackle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/85_Iso_Round_Box_f_crackle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/86_Iso_Round_Box_f_crackle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/86_Iso_Round_Box_f_crackle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/87_Iso_sphere_f_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/87_Iso_sphere_f_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/88_Iso_Round_Box_f_agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/88_Iso_Round_Box_f_agate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/89_Iso_Round_Box_f_agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/89_Iso_Round_Box_f_agate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/90_Iso_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/90_Iso_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/91_Iso_bozo3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/91_Iso_bozo3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/92_Iso_Sphere_f_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/92_Iso_Sphere_f_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/93_Iso_Sphere_f_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/93_Iso_Sphere_f_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/94_Iso_Sphere_f_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/94_Iso_Sphere_f_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/95_Iso_Sphere_f_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/95_Iso_Sphere_f_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/96_Iso_Sphere_f_noise3d.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/96_Iso_Sphere_f_noise3d.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/97_Iso_Sphere_pigment.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/97_Iso_Sphere_pigment.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/99_Iso_f_sphere_wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/99_Iso_f_sphere_wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/10_near_light.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/10_near_light.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/12_typical_sun_light.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/12_typical_sun_light.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/13_soft_area_light.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/13_soft_area_light.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/14_spotlight.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/14_spotlight.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/15_light_looks_like.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/15_light_looks_like.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/30_background.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/30_background.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/31_Blue_Sky_by_sky_sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/31_Blue_Sky_by_sky_sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/34_Blue_sky_small_clouds_fog.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/34_Blue_sky_small_clouds_fog.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/35_rainbow_arc.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/35_rainbow_arc.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/37_Rainy_sky_with_S_Cloud4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/37_Rainy_sky_with_S_Cloud4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/40_starfield.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/40_starfield.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/50_fog_definition.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/60_constant_fog.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/60_constant_fog.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/70_ground_fog.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/70_ground_fog.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/80_atmospheric_media.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/80_atmospheric_media.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/10_parabola.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/10_parabola.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/20_hyperbola.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/20_hyperbola.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/50_function0_derived.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/50_function0_derived.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/51_function1_derived.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/51_function1_derived.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/52_function2_derived.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/52_function2_derived.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/53_function3_derived.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/53_function3_derived.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/80_sine_function.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/80_sine_function.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/81_sine_function_superpos.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/81_sine_function_superpos.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/90_exp_function_ln_function.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/90_exp_function_ln_function.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/91_exp_function_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/91_exp_function_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/92_exp_function_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/92_exp_function_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/10_prism_by_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/10_prism_by_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/15_prism1_by_splines.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/15_prism1_by_splines.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/20_mesh_by_array_of_splines.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/20_mesh_by_array_of_splines.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/30_lathe_mesh_by_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/30_lathe_mesh_by_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/35_p_lathe_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/35_p_lathe_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/36_p_lathe_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/36_p_lathe_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/40_mesh_by_4_splines.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/40_mesh_by_4_splines.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/50_mesh_by_2varfunction_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/50_mesh_by_2varfunction_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/52_mesh_by_2varfunction_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/52_mesh_by_2varfunction_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/54_mesh_by_2varfunction_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/54_mesh_by_2varfunction_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/60_p_square_uv.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/60_p_square_uv.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/65_p_sphere_uv.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/65_p_sphere_uv.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/70_p_cylinder.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/70_p_cylinder.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/71_p_cylinder_uv_in_out.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/71_p_cylinder_uv_in_out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/73_p_cylinder_crackle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/73_p_cylinder_crackle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/75_p_cylinder_crackle_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/75_p_cylinder_crackle_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/80_p_shell_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/80_p_shell_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/82_p_shell_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/82_p_shell_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/84_p_shell_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/84_p_shell_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/86_p_dini_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/86_p_dini_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/87_p_dini_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/87_p_dini_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/90_p_moebius_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/90_p_moebius_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/92_p_moebius_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/92_p_moebius_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/94_p_moebius_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/94_p_moebius_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A1_p_klein8_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A1_p_klein8_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A2_p_klein8_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A2_p_klein8_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A3_p_klein8_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A3_p_klein8_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A5_p_klein_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A5_p_klein_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A8_p_kleinbottle_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A8_p_kleinbottle_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A9_p_kleinbottle_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A9_p_kleinbottle_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B0_p_bretzel_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B0_p_bretzel_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B1_p_bretzel_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B1_p_bretzel_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D0_p_umbilic_0.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D0_p_umbilic_0.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D1_p_umbilic_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D1_p_umbilic_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D2_p_umbilic_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D2_p_umbilic_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/E0_p_steiner_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/E0_p_steiner_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F0_p_Spherical_Harmonics_0.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F0_p_Spherical_Harmonics_0.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F1_p_Spherical_Harmonics_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F1_p_Spherical_Harmonics_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F2_p_Spherical_Harmonics_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F2_p_Spherical_Harmonics_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F3_p_Spherical_Harmonics_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F3_p_Spherical_Harmonics_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F4_p_Spherical_Harmonics_4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F4_p_Spherical_Harmonics_4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F5_p_Spherical_Harmonics_5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F5_p_Spherical_Harmonics_5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F6_p_Spherical_Harmonics_6.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F6_p_Spherical_Harmonics_6.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F7_p_Spherical_Harmonics_7.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F7_p_Spherical_Harmonics_7.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F8_p_Spherical_Harmonics_8.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F8_p_Spherical_Harmonics_8.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline1_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline1_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline2_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline2_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline1_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline1_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline2_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline2_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/01_disc.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/01_disc.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/02_triangle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/02_triangle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/03_smooth_triangle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/03_smooth_triangle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/04_polygon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/04_polygon.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/08_bicubic_patch.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/08_bicubic_patch.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/70_mesh_code.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/71_mesh_cube_sample.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/71_mesh_cube_sample.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/80_mesh2_code.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/85_mesh2_sample.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/85_mesh2_sample.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/00_parametric_sample.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/00_parametric_sample.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/10_parametric_flower.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/10_parametric_flower.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/20_parametric_ornamental.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/20_parametric_ornamental.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/40_parametric_sin_cylinder.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/40_parametric_sin_cylinder.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/45_parametric_sin_surface.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/45_parametric_sin_surface.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/50_parametric_screw.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/50_parametric_screw.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/51_parametric_conical_spiral.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/51_parametric_conical_spiral.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/52_parametric_Dini_surface.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/52_parametric_Dini_surface.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/10_Glob_5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/10_Glob_5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/11_Twin_Glob.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/11_Twin_Glob.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/12_Sinsurf.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/12_Sinsurf.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/13_Bicorn.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/13_Bicorn.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/14_Crossed_Trough.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/14_Crossed_Trough.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/15_Cubic_Cylinder.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/15_Cubic_Cylinder.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/16_Cubic_Saddle_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/16_Cubic_Saddle_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/17_Devils_Curve.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/17_Devils_Curve.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/18_Folium.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/18_Folium.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/19_Helix.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/19_Helix.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/20_Helix_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/20_Helix_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/21_Hyperbolic_Torus_40_12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/21_Hyperbolic_Torus_40_12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/22_Lemniscate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/22_Lemniscate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/23_Quartic_Loop_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/23_Quartic_Loop_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/24_Monkey_Saddle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/24_Monkey_Saddle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/25_Parabolic_Torus_40_12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/25_Parabolic_Torus_40_12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/26_Piriform.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/26_Piriform.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/27_Quartic_Paraboloid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/27_Quartic_Paraboloid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/28_Quartic_Cylinder.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/28_Quartic_Cylinder.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/29_Steiner_Surface.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/29_Steiner_Surface.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/30_Torus_40_12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/30_Torus_40_12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/31_Witch_Hat.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/31_Witch_Hat.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/20_radiosity_on_code.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/25_Radiosity_scene.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/25_Radiosity_scene.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/30_Radiosity_scene2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/30_Radiosity_scene2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/50_Global_photons_on_code.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/60_Light_source_photons.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/70_Object_photons_on_code.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/80_Photons_scene.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/80_Photons_scene.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/85_Photons_scene1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/85_Photons_scene1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/31_random_linear_height.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/31_random_linear_height.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/32_random_linear_size.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/32_random_linear_size.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/33_random_quadratic_position.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/33_random_quadratic_position.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/34_random_cubic_position.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/34_random_cubic_position.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/35_random_tuft_of_grass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/35_random_tuft_of_grass.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/41_VRand_In_Sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/41_VRand_In_Sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/42_VRand_On_Sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/42_VRand_On_Sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/43_VRand_In_Obj.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/43_VRand_In_Obj.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/71_makegrass_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/71_makegrass_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/72_makegrass_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/72_makegrass_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/73_makegrass_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/73_makegrass_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/75_grass_meadow.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/75_grass_meadow.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/20_Hexagon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/20_Hexagon.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/21_Rhomboid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/21_Rhomboid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/22_Pyrmid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/22_Pyrmid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/23_Pyrmid2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/23_Pyrmid2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/24_Tetrahedron.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/24_Tetrahedron.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/25_Octahedron.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/25_Octahedron.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/26_Dodecahedron.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/26_Dodecahedron.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/27_Icosahedron.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/27_Icosahedron.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/40_Wire_Box.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/40_Wire_Box.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/41_Round_Box.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/41_Round_Box.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/42_Round_Cylinder.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/42_Round_Cylinder.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/43_Round_Cone.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/43_Round_Cone.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/44_Round_Cone2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/44_Round_Cone2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/45_Round_Cone3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/45_Round_Cone3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_0.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_0.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_examples.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_examples.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/47_Spheroid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/47_Spheroid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/51_Supercone.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/51_Supercone.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/70_Paraboloid_X.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/70_Paraboloid_X.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/71_Paraboloid_Y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/71_Paraboloid_Y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/72_Paraboloid_Z.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/72_Paraboloid_Z.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/75_Hyperboloid.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/75_Hyperboloid.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/76_Hyperboloid_Y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/76_Hyperboloid_Y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/77_Hyperboloid_Z.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/77_Hyperboloid_Z.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/01_Segment_of_Torus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/01_Segment_of_Torus.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/03_Segment_of_CylinderRing.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/03_Segment_of_CylinderRing.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/05_Segment_of_Object.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/05_Segment_of_Object.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/12_Egg.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/12_Egg.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/14_Egg_Shape.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/14_Egg_Shape.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/15_Facetted_Egg.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/15_Facetted_Egg.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/16_Facetted_Egg_Shape.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/16_Facetted_Egg_Shape.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/17_Facetted_Sphere.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/17_Facetted_Sphere.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Ring_Sphere_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Ring_Sphere_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/20_Column_N.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/20_Column_N.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/23_Column_N_AB.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/23_Column_N_AB.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/24_Pyramid_N_AB.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/24_Pyramid_N_AB.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/25_Pyramid_N.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/25_Pyramid_N.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/26_Pyramid_N_truncated.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/26_Pyramid_N_truncated.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/30_Round_Pyramid_N_in_truncated.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/30_Round_Pyramid_N_in_truncated.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/31_Round_Pyramid_N_in_truncated.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/31_Round_Pyramid_N_in_truncated.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/32_Round_Pyramid_N_out_truncated.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/32_Round_Pyramid_N_out_truncated.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/33_Round_Pyramid_N_out_truncated.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/33_Round_Pyramid_N_out_truncated.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/34_Round_Pyramid_N_in_columnar.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/34_Round_Pyramid_N_in_columnar.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/35_Round_Pyramid_N_out.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/35_Round_Pyramid_N_out.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/36_Round_Pyramid_N_in_wireframe.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/36_Round_Pyramid_N_in_wireframe.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/37_Round_Pyramid_N_out_wireframe.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/37_Round_Pyramid_N_out_wireframe.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/38_Round_Pyramid_N_out_transparent.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/38_Round_Pyramid_N_out_transparent.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/40_Round_Cylinder_Tube_open.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/40_Round_Cylinder_Tube_open.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/42_Round_Cylinder_Tube_filled.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/42_Round_Cylinder_Tube_filled.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/45_Rounded_Tube_open.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/45_Rounded_Tube_open.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/47_Rounded_Tube_AB.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/47_Rounded_Tube_AB.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/55_Round_N_Tube_Polygon_octagonal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/55_Round_N_Tube_Polygon_octagonal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/56_Round_N_Tube_Polygon_hexagonal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/56_Round_N_Tube_Polygon_hexagonal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/57_Round_N_Tube_Polygon_transparent.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/57_Round_N_Tube_Polygon_transparent.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/60_Round_Conic_Torus_transparent.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/60_Round_Conic_Torus_transparent.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/61_Round_Conic_Torus.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/61_Round_Conic_Torus.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/65_Round_Conic_Prism.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/65_Round_Conic_Prism.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/71_Half_Hollowed_Rounded_Cylinder1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/71_Half_Hollowed_Rounded_Cylinder1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/72_Half_Hollowed_Rounded_Cylinder2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/72_Half_Hollowed_Rounded_Cylinder2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_z.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_z.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_x.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_x.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_z.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_z.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_x.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_x.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/02_Shear_Trans_example.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/02_Shear_Trans_example.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/03_Matrix_Trans_example.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/03_Matrix_Trans_example.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Axial_Scale_Trans.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Axial_Scale_Trans.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Rotate_Around_Trans.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Rotate_Around_Trans.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/06_Axis_Rotate_Trans.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/06_Axis_Rotate_Trans.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/07_Reorient_Trans.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/07_Reorient_Trans.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/10_vaxis_rotate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/10_vaxis_rotate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/11_vrotate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/11_vrotate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7A_s_sweep_linear_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7A_s_sweep_linear_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7B_s_sweep_cubic_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7B_s_sweep_cubic_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7C_s_sweep_b_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7C_s_sweep_b_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/81_spline_linear_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/81_spline_linear_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/82_spline_quadratic_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/82_spline_quadratic_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/83_spline_cubic_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/83_spline_cubic_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/84_spline_natural_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/84_spline_natural_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/85_spline_closed_natural_spline.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/85_spline_closed_natural_spline.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/10_simple_flat_text_ttf.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/10_simple_flat_text_ttf.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/11_text_truetypefont.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/11_text_truetypefont.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/21_Bevelled_Text_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/21_Bevelled_Text_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/22_Circle_Text_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/22_Circle_Text_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/23_Circle_Text_Valigned_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/23_Circle_Text_Valigned_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/51_unicode_Math.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/51_unicode_Math.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/52_unicode_Europe.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/52_unicode_Europe.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/53_unicode_Asia.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/53_unicode_Asia.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/54_unicode_German.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/54_unicode_German.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/00_Bright_Blue_Sky.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/00_Bright_Blue_Sky_Lo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/00_Bright_Blue_Sky_Lo.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/11_Blood_Sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/11_Blood_Sky.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Apocalypse.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Apocalypse.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Lightning1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Lightning1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/13_Checker.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/13_Checker.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_Hexagon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_Hexagon.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_checker_spherical_warp.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_checker_spherical_warp.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_spherical_warp.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_spherical_warp.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_colors.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_colors.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_textures.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_textures.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/17_crackle_normal_pigment_pattern.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/17_crackle_normal_pigment_pattern.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_gradient_xy_candy_cane.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_gradient_xy_candy_cane.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_spiral1_candy_cane.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_spiral1_candy_cane.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/28_Radial_color_map.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/28_Radial_color_map.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/29_Radial.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/29_Radial.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/47_gradient_peel.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/47_gradient_peel.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/48_spiral_peel.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/48_spiral_peel.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/51_X_Gradient.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/51_X_Gradient.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/52_Y_Gradient.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/52_Y_Gradient.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/01_Rust.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/01_Rust.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/02_Rusty_Iron.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/02_Rusty_Iron.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/03_Brass_Valley.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/03_Brass_Valley.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/04_Silver1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/04_Silver1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/05_Silver2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/05_Silver2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/06_Gold_Metal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/06_Gold_Metal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/07_Copper_Metal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/07_Copper_Metal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/08_New_Brass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/08_New_Brass.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/09_Polished_Brass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/09_Polished_Brass.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/10_Brass_Metal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/10_Brass_Metal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/11_Bronze_Metal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/11_Bronze_Metal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/12_Spun_Brass.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/12_Spun_Brass.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/13_Brass_Valley.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/13_Brass_Valley.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/14_Brushed_Aluminum.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/14_Brushed_Aluminum.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/15_Silver_Metal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/15_Silver_Metal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/16_Chrome_Metal.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/16_Chrome_Metal.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/17_Polished_Chrome.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/17_Polished_Chrome.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/18_Polished_Chrome_red.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/18_Polished_Chrome_red.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/19_Polished_Chrome_violet.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/19_Polished_Chrome_violet.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_1A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_1A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_2A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_2A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_3A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_3A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_4A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_4A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5C.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5C.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5E.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5E.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_1A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_1A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_3A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_3A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_5A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_5A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_1A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_1A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_3A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_3A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5C.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5C.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5E.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5E.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1C.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1C.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1E.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1E.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_2A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_2A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_3A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_3A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_4A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_4A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5A.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5A.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5C.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5C.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5E.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5E.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/40_Polished_Chrome.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/40_Polished_Chrome.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/41_Polished_Chrome_bumps.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/41_Polished_Chrome_bumps.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/42_Polished_Chrome_crackle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/42_Polished_Chrome_crackle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/80_Window_Glass_no_IOR.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/80_Window_Glass_no_IOR.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/81_Glass_with_Refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/81_Glass_with_Refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/82_NBglass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/82_NBglass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/83_Glass3_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/83_Glass3_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/84_NBoldglass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/84_NBoldglass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/85_Green_Glass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/85_Green_Glass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/86_NBwinebottle_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/86_NBwinebottle_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/87_Yellow_Glass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/87_Yellow_Glass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/88_Orange_Glass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/88_Orange_Glass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/89_NBbeerbottle_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/89_NBbeerbottle_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8A_Ruby_Glass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8A_Ruby_Glass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8B_VicksBottle_Glass_refr.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8B_VicksBottle_Glass_refr.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8C_Blue_Glass_refraction.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8C_Blue_Glass_refraction.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/10_white_ripples.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/10_white_ripples.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/11_normal_checker.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/11_normal_checker.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/12_hexagon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/12_hexagon.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/13_brick.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/13_brick.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/14_quilted.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/14_quilted.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/15_average.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/15_average.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/16_cells.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/16_cells.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/17_facets.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/17_facets.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/18_checker_turbulence.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/18_checker_turbulence.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/19_bricks_turbulence.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/19_bricks_turbulence.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/20_bricks_turbulence.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/20_bricks_turbulence.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/21_quilted_turbulence.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/21_quilted_turbulence.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/22_crackle.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/22_crackle.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/23_bumps.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/23_bumps.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/24_wrinkles.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/24_wrinkles.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/25_dents.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/25_dents.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/26_spotted.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/26_spotted.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/27_bozo_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/27_bozo_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/28_bozo_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/28_bozo_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/29_agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/29_agate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/30_spotted.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/30_spotted.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/31_spotted.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/31_spotted.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/32_mandel.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/32_mandel.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/33_julia.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/33_julia.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/34_onion.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/34_onion.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/35_onion.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/35_onion.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/36_radial_1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/36_radial_1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/37_radial_2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/37_radial_2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/38_radial_3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/38_radial_3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/39_radial_4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/39_radial_4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/40_radial_5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/40_radial_5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/41_radial_6.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/41_radial_6.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/42_radial_7.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/42_radial_7.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/43_gradient_y.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/43_gradient_y.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/44_ripples.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/44_ripples.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/45_wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/45_wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/46_ripples.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/46_ripples.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/47_ripples.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/47_ripples.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/48_waves.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/48_waves.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/49_spiral1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/49_spiral1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/50_spiral2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/50_spiral2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/51_spiral1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/51_spiral1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/52_spiral1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/52_spiral1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/53_gradient.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/53_gradient.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/54_radial.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/54_radial.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/55_radial.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/55_radial.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/56_radial.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/56_radial.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/57_wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/57_wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/58_hexagon.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/58_hexagon.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky_Lo.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky_Lo.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Shadow_Clouds.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Shadow_Clouds.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_Clouds.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_Clouds.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_FBM_Clouds.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_FBM_Clouds.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_PinkAlabaster.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_PinkAlabaster.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_Pink_Granite.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_Pink_Granite.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blood_Marble.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blood_Marble.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blue_Agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blue_Agate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Brown_Agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Brown_Agate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Jade.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Jade.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Red_Marble.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Red_Marble.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Sapphire_Agate.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Sapphire_Agate.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_White_Marble.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_White_Marble.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt6.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt6.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt7.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt7.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt8.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt8.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt9.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt9.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt13.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt13.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt14.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt14.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt15.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt16.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt17.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt17.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt18.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt18.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt19.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt20.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt20.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt21.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt21.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt22.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt22.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt23.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt23.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt24.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt24.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt25.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt25.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt26.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt26.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt27.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt27.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt28.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt28.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt29.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt29.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone6.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone6.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone7.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone7.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone8.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone8.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone9.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone9.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone13.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone13.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone14.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone14.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone15.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone16.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone17.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone17.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone18.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone18.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone19.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone20.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone20.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone21.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone21.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone22.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone22.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone23.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone23.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone24.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone24.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone25.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone25.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone26.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone26.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone27.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone27.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone28.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone28.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone29.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone29.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone30.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone30.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone31.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone31.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone32.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone32.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone33.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone33.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone34.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone34.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone35.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone35.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone36.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone37.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone38.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone38.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone39.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone39.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone40.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone40.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone41.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone41.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone42.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone42.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone43.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone43.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone44.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone44.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/01_Cherry_Wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/01_Cherry_Wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/02_Pine_Wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/02_Pine_Wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/03_Dark_Wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/03_Dark_Wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/04_Tan_Wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/04_Tan_Wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/05_White_Wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/05_White_Wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/06_Tom_Wood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/06_Tom_Wood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/07_Yellow_Pine.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/07_Yellow_Pine.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/08_Rosewood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/08_Rosewood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/09_Sandalwood.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/09_Sandalwood.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/10_EMBWood1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/10_EMBWood1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood6.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood6.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFDarkOak.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFDarkOak.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFLightOak.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFLightOak.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork_bumps.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork_bumps.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/30_PineWood1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/30_PineWood1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/31_PineWood2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/31_PineWood2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/32_PineWood3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/32_PineWood3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/33_PineWood4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/33_PineWood4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood4.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood4.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood5.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood5.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood6.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood6.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood7.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood7.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood8.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood8.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood9.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood9.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood13.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood13.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood14.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood14.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood15.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood16.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood17.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood17.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood18.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood18.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood19.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood20.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood20.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood21.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood21.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood22.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood22.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood23.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood23.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood24.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood24.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood25.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood25.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood26.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood26.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood27.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood27.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood28.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood28.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood29.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood29.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood30.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood30.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood31.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood31.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood32.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood32.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood33.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood33.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood34.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood34.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood35.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood35.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t1_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t1_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t2_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t2_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t3_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t3_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p06.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p07.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p07.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p08.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p08.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p09.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p09.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t1_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t1_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t2_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t2_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t3_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t3_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p06.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p07.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p07.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p08.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p08.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p09.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p09.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p06.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p07.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p07.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p08.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p08.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p09.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p09.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p13.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p13.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p14.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p14.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p15.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p16.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p17.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p17.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p18.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p18.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p19.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p20.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p20.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p21.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p21.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p22.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p22.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p23.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p23.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p24.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p24.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p25.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p25.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p26.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p26.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p27.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p27.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p28.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p28.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p29.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p29.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p30.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p30.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p31.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p31.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p32.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p32.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p33.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p33.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p34.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p34.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p35.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p35.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t1_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t1_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t2_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t2_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p06.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p07.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p07.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p06.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p07.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p07.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p08.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p08.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p09.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p09.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p13.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p13.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p14.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p14.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p15.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p16.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p17.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p17.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p18.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p18.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p19.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p20.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p20.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p21.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p21.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p22.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p22.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling01.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling01.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling02.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling02.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling03.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling03.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling04.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling04.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling05.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling05.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling06.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling06.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling07.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling07.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling08.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling08.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling09.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling09.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling10.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling10.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling11.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling11.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling12.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling12.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling13.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling13.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling14.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling14.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling15.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling15.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling16.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling16.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling17.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling17.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling18.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling18.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling19.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling19.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling20.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling20.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling21.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling21.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling22.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling22.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling23.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling23.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling24.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling24.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling25.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling25.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling26.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling26.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling27.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling27.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/00_while_linear.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/00_while_linear.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/01_while_linear2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/01_while_linear2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/02_while_linear2d_nested.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/02_while_linear2d_nested.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/03_while_linear3d_nested.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/03_while_linear3d_nested.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/05_while_example_circular.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/05_while_example_circular.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/06_while_example2_circular.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/06_while_example2_circular.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/07_while_loop_linear_helix.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/07_while_loop_linear_helix.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/08_while_circular_single_helix.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/08_while_circular_single_helix.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/09_while_circular_double_helix.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/09_while_circular_double_helix.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/13_while_example_spiral.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/13_while_example_spiral.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/14_while_example_snail.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/14_while_example_snail.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/15_while_loop_snail2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/15_while_loop_snail2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/20_for_loop_linear.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/20_for_loop_linear.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/22_for_loop_quadratic_2D_nested.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/22_for_loop_quadratic_2D_nested.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/24_for_loop_cubic_3D_nested.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/24_for_loop_cubic_3D_nested.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/25_for_loop_circular.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/25_for_loop_circular.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/_index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/30_blob_object_spheres.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/30_blob_object_spheres.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/31_blob_object_cylinders.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/31_blob_object_cylinders.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/32_blob_object_mixed.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/32_blob_object_mixed.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/33_blob_with_negative_strength.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/33_blob_with_negative_strength.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_blob_for_loop_3D.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_blob_for_loop_3D.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains1.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains1.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains2.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains2.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains3.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains3.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/20_HF_Square_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/20_HF_Square_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/30_HF_Sphere_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/30_HF_Sphere_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/40_HF_Cylinder_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/40_HF_Cylinder_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/50_HF_Torus_macro.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/50_HF_Torus_macro.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/__index.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/povray_style.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/templates.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures.htm
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/arches.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/cluster.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/finish_fresnel.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/metallicreflection.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/var_refl.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/var_reflection.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/interior_texture.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/noise_generator.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/bumpmap.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/norm_acc.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/normal.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/normavg.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/normmap.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/slopemap.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/agate.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/aoi.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/bozo.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/brick.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/bumps.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle_form.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle_solid.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/densfile.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/dents.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/fractals1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/fractals2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/fractals3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/gradient.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/granite.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/hexagon.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/leopard.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/mandel.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/marble.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/onion.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/pavement.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/pigment_pattern.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/pignorm.inc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/potential.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/quilt2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/quilted.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/radial.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/ripples.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_36.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_36.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_36.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_37.jpg
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_37.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/spiral1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/spiral2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/spotted.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/tiling.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/waves.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/wrinkles.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/blkhole.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/cantelop.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/checker2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/crack1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/dodec2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/filtfun.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/interp.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/irid.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/mapper.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/mappr2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/matmap.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/pigmap.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/pigment.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud2.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud3.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud4.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud5.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/skies.doc
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/stars.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/spiral1a.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/transmitfx.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/txtravg.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/txtrmap.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/warp1.pov
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/warp2.pov
%%DATADIR%%/scripts/allanim.sh
%%DATADIR%%/scripts/allscene.sh
%%DATADIR%%/scripts/portfolio.sh
%%DATADIR%%/scripts/render_anim.sh
%%DATADIR%%/scripts/render_scene.sh
%%DATADIR%%/scripts/rerunpov.sh
%%DATADIR%%/scripts/runpov.sh