View | Details | Raw Unified | Return to bug 257574 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 257574