diff --git a/graphics/Makefile b/graphics/Makefile index 2cee5538cdf5..e6a8c6514d76 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -793,6 +793,7 @@ SUBDIR += povray-meta SUBDIR += povray36 SUBDIR += povray37 + SUBDIR += povray38 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei diff --git a/graphics/povray-meta/Makefile b/graphics/povray-meta/Makefile index ef653a060388..e4397173e665 100644 --- a/graphics/povray-meta/Makefile +++ b/graphics/povray-meta/Makefile @@ -1,6 +1,6 @@ PORTNAME= povray-meta PORTVERSION= 0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= # DISTFILES= # @@ -12,7 +12,7 @@ NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/povray -POV_VERSIONS_ALL= 36 37 +POV_VERSIONS_ALL= 36 37 38 #By default only the following version will be installed and #link bin/povray -> bin/povray${DEFAULT_VER} will be created. DEFAULT_VER?= 37 diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile new file mode 100644 index 000000000000..dc5282fc35d1 --- /dev/null +++ b/graphics/povray38/Makefile @@ -0,0 +1,78 @@ +# Created by Philipp Ost based on the povray37 Makefile + +PORTNAME= povray +DISTVERSIONPREFIX= v +DISTVERSION= 3.8.0-beta.1 +CATEGORIES= graphics +MASTER_SITES= https://github.com/POV-Ray/povray/releases/download/v3.8.0-beta.1/ +PKGNAMESUFFIX= 38 +DISTNAME= povunix-${DISTVERSIONPREFIX}${DISTVERSION} + +MAINTAINER= bsd@philippost.de +COMMENT= Persistence of Vision Ray Tracer v3.8.0 Beta 1 + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libboost_thread.so:devel/boost-libs + +USES= compiler:c++11-lang gmake + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= COMPILED_BY=${MAINTAINER} \ + --program-transform-name='s/povray/${PKGBASE}/' + +VERSION_BASE= ${PORTVERSION:C/([0-9]+\.[0-9]+).*/\1/} +DATADIR= ${PREFIX}/share/${PORTNAME}-${VERSION_BASE} +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${VERSION-BASE} +ETCDIR= ${PREFIX}/etc/${PORTNAME}/${VERSION_BASE} +EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}-${VERSION_BASE} + +OPTIONS_DEFINE= EXAMPLES DOCS IO JPEG OPENEXR OPTIMIZED_CFLAGS PNG TIFF X11 +OPTIONS_DEFAULT=JPEG PNG TIFF +OPTIONS_SUB= yes + +DOCS_DESC= Install HTML documentation +EXAMPLES_DESC= Install example scenes +IO_DESC= Without I/O restrictions (security risk) + +IO_CONFIGURE_ON= --disable-io-restrictions + +JPEG_CONFIGURE_OFF= --without-libjpeg +JPEG_USES= jpeg + +OPENEXR_CONFIGURE_ON= --with-openexr +OPENEXR_CONFIGURE_OFF= --without-openexr +OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ + libOpenEXR.so:graphics/openexr + +OPTIMIZED_CFLAGS_CONFIGURE_OFF= --disable-optimiz +OPTIMIZED_CFLAGS_CFLAGS= -march=native + +PNG_CONFIGURE_ON= --with-libpng +PNG_CONFIGURE_OFF= --without-libpng +PNG_LIB_DEPENDS= libpng.so:graphics/png + +TIFF_CONFIGURE_ON= --with-libtiff +TIFF_CONFIGURE_OFF= --without-libtiff +TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff + +X11_CONFIGURE_OFF= --without-x +X11_USES= sdl xorg +X11_USE= SDL=sdl XORG=ice,sm,x11,xpm + +NO_WRKSUBDIR= yes + +.include + +.if !${PORT_OPTIONS:MJPEG} || !${PORT_OPTIONS:MPNG} || !${PORT_OPTIONS:MTIFF} +CONFIGURE_ARGS+= NON_REDISTRIBUTABLE_BUILD=yes +.endif + +post-install: + ${MV} ${STAGEDIR}${DATADIR}/scenes ${STAGEDIR}${EXAMPLESDIR} +.for file in povray.conf povray.ini + ${MV} ${STAGEDIR}${ETCDIR}/${file} ${STAGEDIR}${ETCDIR}/${file}.sample +.endfor + +.include diff --git a/graphics/povray38/distinfo b/graphics/povray38/distinfo new file mode 100644 index 000000000000..683470e61c3d --- /dev/null +++ b/graphics/povray38/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1627767334 +SHA256 (povunix-v3.8.0-beta.1.tar.gz) = 05e744578eff5336ef0c16e2403f5ea75c4dbbb7d488e4fc77fa9c1ce67f1fc0 +SIZE (povunix-v3.8.0-beta.1.tar.gz) = 25963024 diff --git a/graphics/povray38/files/patch-unix_povconfig_syspovconfig__bsd.h b/graphics/povray38/files/patch-unix_povconfig_syspovconfig__bsd.h new file mode 100644 index 000000000000..d7a91f79da7f --- /dev/null +++ b/graphics/povray38/files/patch-unix_povconfig_syspovconfig__bsd.h @@ -0,0 +1,11 @@ +--- unix/povconfig/syspovconfig_bsd.h.orig 2021-07-11 11:08:43 UTC ++++ unix/povconfig/syspovconfig_bsd.h +@@ -58,7 +58,7 @@ + // Unable to detect `off_t` size at compile-time. + // This variant of BSD _may or may not_ provide large file support via the `lseek` function. + // Comment-out the following line to proceed anyway +- #error "Image size may be limited to approx. 100 Megapixels. Proceed at your own risk." ++ //#error "Image size may be limited to approx. 100 Megapixels. Proceed at your own risk." + #define POV_LSEEK(handle,offset,whence) lseek(handle,offset,whence) + #define POV_OFF_T off_t + #endif diff --git a/graphics/povray38/pkg-descr b/graphics/povray38/pkg-descr new file mode 100644 index 000000000000..22708ecbfcf0 --- /dev/null +++ b/graphics/povray38/pkg-descr @@ -0,0 +1,13 @@ +POV-Ray(TM) Persistence of Vision Ray Tracer + +The Persistence of Vision(tm) Ray-Tracer creates three-dimensional, +photo-realistic images using a rendering technique called ray-tracing. It +reads in a text file containing information describing the objects and +lighting in a scene and generates an image of that scene from the view point +of a camera also described in the text file. Ray-tracing is not a fast +process by any means, but it produces very high quality images with realistic +reflections, shading, perspective and other effects. + +This is a beta version of the upcoming version 3.8. + +WWW: http://www.povray.org/ diff --git a/graphics/povray38/pkg-plist b/graphics/povray38/pkg-plist new file mode 100644 index 000000000000..4b3973987a0a --- /dev/null +++ b/graphics/povray38/pkg-plist @@ -0,0 +1,3100 @@ +bin/povray38 +@sample %%ETCDIR%%/povray.conf.sample %%ETCDIR%%/povray.conf +@sample %%ETCDIR%%/povray.ini.sample %%ETCDIR%%/povray.ini +man/man1/povray38.1.gz +%%PORTDOCS%%%%DOCSDIR%%3.8/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%3.8/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%3.8/NEWS +%%PORTDOCS%%%%DOCSDIR%%3.8/html/favicon.ico +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/00/RefImgSpottedPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/01/RefImgCameraSampleultra_wide_angle.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/04/TutImgPolypic3.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/06/TutImgBpatch01.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/07/RefImgQuiltedNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/09/RefImgCameraSampleScene.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/09/TutImgArainbow.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/09/TutImgCuspline.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0a/TutImgRedsun.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0b/RefImgFixfallo.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0c/RefImgUnhfield.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0c/SpindleTorusUnion.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0d/RefImgUnionobj.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0d/TutImgSweepinc.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0e/RefImgGranitePigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/0/0e/TutImgIso_21.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/12/RefImgOvus2D.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/12/RefImgProd.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/12/TutImgRadB13.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgDiftight.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgImagePigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgMandelExponents.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/RefImgRenderPatternRo0.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/TutImgMediatut3.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/TutImgRadB1319.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/14/TutImgSlopemap9.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/15/RefImgMiemurky.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/17/RefImgRecsuper.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/17/TutImgRadA19.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/RefImgArealigh.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/RefImgCylgeom.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/RefImgRenderPatternRo3.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/18/TutImgRadB17.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/19/RefImgRenderPatternRo5.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1a/RefImgSpottedNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1a/TutImgRadB0810.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1b/RefImgCheckerPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/1/1b/TutImgPolypic1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/21/TutImgMesh2.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/23/TutImgRadB0205.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/24/SpindleTorusIntersection.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/25/RefImgCheckerNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/25/RefImgMergeobj.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/25/TutImgRadA0309.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/26/RefImgFunctionNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/28/RefImgShootph.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/29/RefImgMimxrtor.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2a/TutImgRadB08.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2b/RefImgSphericalNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2c/RefImgCameraSamplecylinder_3.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2c/RefImgHgscatt.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2c/TutImgRadB09.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2d/TutImgIso_12.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/2/2e/RefImgBrickNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/30/TutImgBlobhand.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/30/TutImgPolyfunc4.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/32/TutImgMediatut1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/33/RefImgCameraSamplecylinder_4.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/DocImgPovlogotext.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/RefImgCracklePigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/TutImgRadB22.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/34/TutImgSlopemap3.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/35/TutImgSphblob.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/36/RefImgDentsPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/36/TutImgTxtstone.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/37/RefImgBrickPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/37/RefImgPlanarPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/39/TutImgGammaShowcase_ref2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/39/TutImgRadA0399.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/39/TutImgRadA22.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3a/TutImgGammaShowcase.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3a/TutImgRadB15.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3b/RefImgDiffobj.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3c/RefImgPixhfld.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3c/TutImgGammaShowcase_ref0.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3d/RefImgCameraViewUltrawideangle.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3d/RefImgPhotons1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3e/RefImgWrinklesPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/3/3e/TutImgSlopemap4.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/40/TutImgRadB0206.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/42/TutImgPolyword.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/43/TutImgRadB0812.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/43/TutImgTurbfog.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/44/RefImgWoodPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/44/TutImgRadB1316.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/45/RefImgSpotgeom.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/45/TutImgHexprism.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/45/TutImgRadA02.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/RefImgCameraSamplecylinder_1.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/RefImgDemoOvus.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/RefImgWarpCylindrical1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/46/TutImgRadB05.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/47/RefImgCameraSamplespherical.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/48/RefImgBoxmap.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/49/TutImgIso_19.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/49/TutImgRadB16.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4a/TutImgBpatch03.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4a/TutImgSlopemap6.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4b/RefImgCubic.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4c/RefImgSquare.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4d/RefImgLfadefx.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4d/RefImgPlanarNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4d/TutImgRadA27.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4e/TutImgRadA01.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/4/4f/TutImgSuperell.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/50/RefImgRipplesNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/50/TutImgIso_06.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/51/RefImgLemon.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/51/RefImgSpiral2Normal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/52/RefImgRenderPatternRo1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/52/TutImgRadA0308.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/53/RefImgTurbrand.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/53/TutImgRadA1418.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/54/TutImgRadA1420.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/55/TutImgRadB10.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/56/RefImgCameraViewOmnimax.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/56/RefImgUvmapping.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/56/TutImgIso_04.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/57/TutImgPolyfunc5.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/59/TutImgRadA15.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/59/TutImgRadB_22.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5a/RefImgWarpSphere1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5b/RefImgHexpat.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5b/RefImgSqemath.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/RefImgWavesNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/SpindleTorusDifference.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/TutImgRadA05.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5c/TutImgRadA18.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5d/TutImgPolyfunc2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5e/RefImgLeopardPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5e/RefImgMarblePigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5e/TutImgRadB18.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/5/5f/RefImgCylindricalNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/RefImgCameraSamplecylinder_2.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgBezspline3.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgLatheobj.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgMvspline.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/61/TutImgSmplfog.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/62/TutImgRaytracer.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/63/RefImgArea2.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/63/TutImgRadB01.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/64/RefImgTriangular.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/64/TutImgRadB0207.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/65/RefImgArea1.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/65/TutImgRadB20.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/66/TutImgQuspline.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/67/TutImgIso_05.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/68/TutImgSimpblob.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/RefImgBlobdens.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/RefImgLattenua.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/RefImgWavesPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/TutImgIso_15.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/69/TutImgRadA34.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6a/RefImgBozoPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6a/TutImgRadA0311.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6b/TutImgImprswep.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6c/RefImgPhotons2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6c/TutImgRadB1317.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6d/RefImgBumpsPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6e/RefImgBoxedMedia.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6e/TutImgRadB0809.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/6/6f/RefImgFunctionPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/70/RefImgFactesNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/71/TutImgIso_01.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/72/RefImgOvus3D.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/72/TutImgRadA20.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/73/RefImgCameraViewCylinder1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/75/RefImgIsectobj.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/75/TutImgRadB1320.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/76/RefImgWrinklesNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/76/TutImgRadA23.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/RefImgCameraSamplepanoramic.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/TutImgIso_14.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/TutImgIso_18.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/77/TutImgRadA31.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/78/RefImgMarbleNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/79/RefImgQuiltedPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/7a/RefImgAgatePigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/7d/RefImgMiehaze.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/7/7d/RefImgQuiltpt1.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/80/TutImgIso_16.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/81/RefImgCameraViewCylinder4.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/81/RefImgCellsPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/81/RefImgMedatten.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/82/RefImgCameraViewPerspective.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/82/TutImgRadB1315.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/84/RefImgLeopardNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/85/TutImgFiltfog.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/85/TutImgRadC_01.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/88/TutImgRadB03.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/89/TutImgSlopemap1.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/89/TutImgSlopemap8.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8a/TutImgMediatut7.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8d/RefImgGraniteNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8d/TutImgMediatut4.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8d/TutImgRadA26.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8e/RefImgSum.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8f/RefImgObjoverl.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8f/TutImgRadB28.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/8/8f/TutImgRrainbow.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/91/TutImgMediatut2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/91/TutImgRadA04.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/92/TutImgPyrsweep.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/93/RefImgConegeom.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/93/TutImgRadA1416.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/93/TutImgSkyspher.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/94/RefImgGamma.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/94/TutImgRadA03.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/95/RefImgRaylscat.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/95/TutImgIso_08.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/96/TutImgRadB07.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/98/RefImgBoxgeom.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/98/TutImgTorchain.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9a/TutImgBgvisfog.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9a/TutImgRadB0204.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9a/TutImgTriangles.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9b/RefImgGradientNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9b/TutImgMediatut6.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9b/TutImgRadA0103.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9c/TutImgIso_22.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9c/TutImgPolypic2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9c/TutImgSlopemap5.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9d/RefImgImageNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9d/TutImgIso_20.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9d/TutImgRadA0299.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9e/RefImgPavement.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgIso_13.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgPvhfield.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgRadA07.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/9/9f/TutImgSorobj.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/ArrowDown.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/ArrowUp.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a0/RefImgJuliaColorings.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a0/TutImgIso_09.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a1/RefImgCameraViewFisheye.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a1/TutImgRadB19.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a2/TutImgRadA13.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a3/RefImgOnionPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a4/RefImgMagnet.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a5/TutImgRadA1426.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a5/TutImgRadB29.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a6/TutImgIso_03.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a6/TutImgRadA10.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/a8/RefImgAreal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/aa/TutImgRadA06.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ab/TutImgRadA29.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ab/TutImgRadA32.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ab/TutImgRadB12.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ac/RefImgSpiral1Pigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ad/TutImgRadB14.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/ae/RefImgCameraViewCylinder2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/af/RefImgCurvmath.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/a/af/RefImgSormath.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b0/TutImgRadA0306.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/RefImgBumpsNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/RefImgCameraViewPanoramic.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/RefImgQuiltpt2.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b1/SpindleTorusMerge.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b2/RefImgCameraSampleorthographic.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b2/RefImgDentsNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b2/RefImgSphgeom.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b4/TutImgSpline.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b5/TutImgRadA12.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b7/RefImgOnionNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b7/TutImgRadA0312.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b9/RefImgCellsNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b9/RefImgWoodNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/b9/TutImgCubprism.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/ba/RefImgCrackleNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/bb/RefImgCameraSampleomnimax.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/bd/RefImgSphericalMedia.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/b/be/TutImgRadB21.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/RefImgGradientPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/RefImgRadialPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/TutImgIso_10.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c0/TutImgRadB0203.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c2/TutImgIso_23.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c2/TutImgPolyfunc3.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c2/TutImgRadB06.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c3/TutImgRadA08.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c4/TutImgRadA11.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c4/TutImgRadB0811.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c4/TutImgRadC_03.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c6/RefImgClipobj.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c7/TutImgRadB26.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/RefImgFixedrad.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/RefImgQuiltpt3.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/TutImgRadA2123.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c8/TutImgRaytracing.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/c9/TutImgIso_17.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cb/TutImgRadA0307.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cb/TutImgRadA0313.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cc/TutImgRadC_02.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/cc/TutImgSlopemap7.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/ce/RefImgCameraViewOrthographic.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/c/ce/TutImgRadB25.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d0/RefImgTiling2.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d1/TutImgRadA30.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d1/TutImgRadB1318.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d2/TutImgMultifog.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d3/RefImgCameraViewCylinder3.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d3/TutImgRadA1415.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d4/TutImgCrainbow.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d4/TutImgRadA1425.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d5/TutImgPolyfunc6.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d5/TutImgRadA1419.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d7/TutImgGammaShowcase_ref1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d9/RefImgAgateNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/d9/TutImgRadA09.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/da/RefImgRipplesPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/db/TutImgAerobics.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/db/TutImgBezspline2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/db/TutImgRadA14.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dc/TutImgRadA21.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dc/TutImgSubshape.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dd/TutImgMediatut5.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/dd/TutImgRadA99.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/de/TutImgLowfog.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/d/de/TutImgRadA1424.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e1/RefImgBozoNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e1/RefImgRenderPatternRo2.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e1/TutImgRadB99.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e2/RefImgNegradli.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e3/RefImgRenderPatternRo4.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e3/TutImgRadA33.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e3/TutImgRadB04.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e5/TutImgRadA16.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e6/RefImgCameraViewSpherical.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e6/TutImgRadB27.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e7/RefImgSegmpts.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e7/RefImgWarpToroidal1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e7/TutImgPtcubobj.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e9/RefImgQuiltpt4.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e9/RefImgSpiral2Pigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/e9/TutImgRadB11.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ea/TutImgBpatch02.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ea/TutImgRadA0310.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ed/TutImgBezspline1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ed/TutImgImprhand.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ee/TutImgIso_02.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ee/TutImgRadA17.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ee/TutImgRadA28.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/e/ef/TutImgCloudsky.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f0/TutImgPolyfunc1.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f0/TutImgRadA24.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f1/TutImgRadB_35.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/RefImgSpiral1Normal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgRadA1417.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgRadA25.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgRadB1314.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f3/TutImgSlopemap2.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f5/RefImgCameraSamplefisheye.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f5/TutImgIso_07.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f6/RefImgCameraSampleperspective.jpg +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f8/RefImgBoxedeNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/f9/RefImgCylindricalPigment.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fa/RefImgRadialNormal.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fb/TutImgRadA2122.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fb/TutImgRadB24.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fd/RefImgPerspcam.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fd/TutImgHanded.gif +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/fd/TutImgIso_11.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/images/f/ff/TutImgRadB23.png +%%PORTDOCS%%%%DOCSDIR%%3.8/html/index.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/povray.css +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_0.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_1.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_2.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_3.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_4.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_5.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_6.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_7.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/r3_8.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_0.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_1.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_2.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_3.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_4.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/t2_5.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_0.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_1.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_2.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_3.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_4.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_5.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_6.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_7.html +%%PORTDOCS%%%%DOCSDIR%%3.8/html/u1_8.html +%%DATADIR%%/icons/file_inc_classic_16.png +%%DATADIR%%/icons/file_inc_classic_32.png +%%DATADIR%%/icons/file_inc_classic_48.png +%%DATADIR%%/icons/file_inc_classic_64.png +%%DATADIR%%/icons/file_inc_crystal_16.png +%%DATADIR%%/icons/file_inc_crystal_32.png +%%DATADIR%%/icons/file_inc_crystal_48.png +%%DATADIR%%/icons/file_inc_crystal_64.png +%%DATADIR%%/icons/file_inc_slick_16.png +%%DATADIR%%/icons/file_inc_slick_32.png +%%DATADIR%%/icons/file_inc_slick_48.png +%%DATADIR%%/icons/file_inc_slick_64.png +%%DATADIR%%/icons/file_pov_classic_16.png +%%DATADIR%%/icons/file_pov_classic_32.png +%%DATADIR%%/icons/file_pov_classic_48.png +%%DATADIR%%/icons/file_pov_classic_64.png +%%DATADIR%%/icons/file_pov_crystal_16.png +%%DATADIR%%/icons/file_pov_crystal_32.png +%%DATADIR%%/icons/file_pov_crystal_48.png +%%DATADIR%%/icons/file_pov_crystal_64.png +%%DATADIR%%/icons/file_pov_slick_16.png +%%DATADIR%%/icons/file_pov_slick_32.png +%%DATADIR%%/icons/file_pov_slick_48.png +%%DATADIR%%/icons/file_pov_slick_64.png +%%DATADIR%%/icons/povray_16.png +%%DATADIR%%/icons/povray_32.png +%%DATADIR%%/icons/povray_48.png +%%DATADIR%%/icons/povray_64.png +%%DATADIR%%/include/Mount1.png +%%DATADIR%%/include/Mount2.png +%%DATADIR%%/include/arrays.inc +%%DATADIR%%/include/ash.map +%%DATADIR%%/include/benediti.map +%%DATADIR%%/include/bubinga.map +%%DATADIR%%/include/bumpmap_.png +%%DATADIR%%/include/cedar.map +%%DATADIR%%/include/chars.inc +%%DATADIR%%/include/colors.inc +%%DATADIR%%/include/colors_ral.inc +%%DATADIR%%/include/consts.inc +%%DATADIR%%/include/crystal.ttf +%%DATADIR%%/include/cyrvetic.ttf +%%DATADIR%%/include/debug.inc +%%DATADIR%%/include/finish.inc +%%DATADIR%%/include/fract003.png +%%DATADIR%%/include/functions.inc +%%DATADIR%%/include/glass.inc +%%DATADIR%%/include/glass_old.inc +%%DATADIR%%/include/golds.inc +%%DATADIR%%/include/ior.inc +%%DATADIR%%/include/logo.inc +%%DATADIR%%/include/makegrass.inc +%%DATADIR%%/include/marbteal.map +%%DATADIR%%/include/math.inc +%%DATADIR%%/include/meshmaker.inc +%%DATADIR%%/include/metals.inc +%%DATADIR%%/include/mtmand.pot +%%DATADIR%%/include/mtmandj.png +%%DATADIR%%/include/orngwood.map +%%DATADIR%%/include/pinkmarb.map +%%DATADIR%%/include/plasma2.png +%%DATADIR%%/include/plasma3.png +%%DATADIR%%/include/povlogo.ttf +%%DATADIR%%/include/povmap.png +%%DATADIR%%/include/rad_def.inc +%%DATADIR%%/include/rand.inc +%%DATADIR%%/include/rdgranit.map +%%DATADIR%%/include/screen.inc +%%DATADIR%%/include/shapes.inc +%%DATADIR%%/include/shapes2.inc +%%DATADIR%%/include/shapes3.inc +%%DATADIR%%/include/shapes_old.inc +%%DATADIR%%/include/shapesq.inc +%%DATADIR%%/include/skies.inc +%%DATADIR%%/include/spiral.df3 +%%DATADIR%%/include/stage1.inc +%%DATADIR%%/include/stars.inc +%%DATADIR%%/include/stdcam.inc +%%DATADIR%%/include/stdinc.inc +%%DATADIR%%/include/stoneold.inc +%%DATADIR%%/include/stones.inc +%%DATADIR%%/include/stones1.inc +%%DATADIR%%/include/stones2.inc +%%DATADIR%%/include/strings.inc +%%DATADIR%%/include/sunpos.inc +%%DATADIR%%/include/teak.map +%%DATADIR%%/include/test.png +%%DATADIR%%/include/textures.inc +%%DATADIR%%/include/timrom.ttf +%%DATADIR%%/include/transforms.inc +%%DATADIR%%/include/ttffonts.cat +%%DATADIR%%/include/whiteash.map +%%DATADIR%%/include/woodmaps.inc +%%DATADIR%%/include/woods.inc +%%DATADIR%%/ini/allanim.ini +%%DATADIR%%/ini/allstill.ini +%%DATADIR%%/ini/low.ini +%%DATADIR%%/ini/pngflc.ini +%%DATADIR%%/ini/pngfli.ini +%%DATADIR%%/ini/povray.ini +%%DATADIR%%/ini/quickres.ini +%%DATADIR%%/ini/res120.ini +%%DATADIR%%/ini/res1k.ini +%%DATADIR%%/ini/res320.ini +%%DATADIR%%/ini/res640.ini +%%DATADIR%%/ini/res800.ini +%%DATADIR%%/ini/slow.ini +%%DATADIR%%/ini/tgaflc.ini +%%DATADIR%%/ini/tgafli.ini +%%DATADIR%%/ini/zipflc.ini +%%DATADIR%%/ini/zipfli.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/abyss.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/balcony.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/bglass.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/building.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/chair.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/cloth.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/sky.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/table.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/table_cloth.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/table_stuff.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/terrain.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/balcony/water.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/benchmark/benchmark.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/benchmark/benchmark.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/biscuit.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/makestacks.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackerday.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackergold.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackernight.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stackertransp.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/blocks/stacks.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/bwstripe.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/chess2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/cliche/cliche.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/cliche/sign.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/cliche/sign.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/crater/crater.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/crater/crater_dat.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/crater/crater_dat.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/desk/desk.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/desk/desk.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/diffract.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/diffuse_back.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/drums2/drums.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/drums2/drums.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/drums2/rednewt.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/float5.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/glasschess/chesspiece1.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/glasschess/glasschess.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/grenadine/grenadine.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/grenadine/lemon.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/infinitybox.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/isocacti.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/lamppost.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/landscape.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mediasky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mist.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mtmand.par +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/mtmand.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/ntreal/ntreal.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/ntreal/ntreal.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/object_pattern.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/optics.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/pawns.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/quilt1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/sombrero.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/sunsethf.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/swirlbox.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_c1.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_c2.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_c3.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_sph.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/teapot/teapot_tri.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/wallstucco.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/whiltile.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/wineglass.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/advanced/woodbox.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/ambient/ambient.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/ambient/ambient.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/camera2/camera2.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/camera2/camera2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/clockd/clockd.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/clockd/clockd.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/diffuse/diffuse.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/diffuse/diffuse.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float1/float1.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float1/float1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float2/float2.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float2/float2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float3/float3.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float3/float3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float4/float4.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/float4/float4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/fractalzoom/fractalzoom.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/fractalzoom/fractalzoom.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/l_o/l_o.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/l_o/l_o.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/quilted/plotqlt.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/quilted/plotqlt.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/raddem/raddem.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/raddem/raddem.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/reflection/reflection.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/reflection/reflection.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/speclr/speclr.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/speclr/speclr.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/splinefollow/splinefollow.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/splinefollow/splinefollow.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect1/vect1.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect1/vect1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect2/vect2.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/animations/vect2/vect2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bsp/Tango.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/camera-context.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/cylinder4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/fisheye.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/focalblur.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/bake.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/baking_demo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/baking_repair_seams.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/demo_common.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/demo_globals.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/demo_room.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/README.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/ess-ortho-camera.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/ess-persp-camera.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/ortho-camera.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/ess/persp-camera.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_macros.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_ortho_demo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_ortho_demo_uv.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_persp_compare.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_persp_demo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_persp_demo_uv.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/meshcam_stereo_demo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/vase1.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/mesh_camera/vase2.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/normal.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/omnimax.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/orthographic.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/panoramic.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/perspective.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/shear.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/spherical.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/ultra_wide_angle.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/camera/user_defined.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cameras.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/chars.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/circletext.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/colors.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/debug.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/finish.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/func_gradient.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/glasses/glass.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/glasses/samp_demo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/glasses/sample.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/i_internal.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/logo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/math.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/brasses.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/chromes.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/coppers.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/golds.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/metals.doc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/silvers.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/stage_xy.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/metals/stage_xz.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/screen.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shapes.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shapes2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shapes_old.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/shotxtr.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/sort.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/benediti.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/marbteal.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/pinkmarb.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/rdgranit.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/stones.doc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/stones1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/stones/stones2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/strings.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/sundial.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/texture1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/texture2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/texture3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/transforms.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/ash.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/ash_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/benediti_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/bubinga.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/bubinga_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/cedar.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/cedar_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/morewood.doc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/orngwood.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/teak.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/teak_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/testcam.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/testobjs.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/whiteash.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/whiteash_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_10.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_11.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_12.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_13.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_14.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_15.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_16.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_17.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_18.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_19.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_5.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_6.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_7.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_8.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/wood_9.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/woods.doc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/woods1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/incdemo/woods/woods2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/atten1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/atten2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/ballbox1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/caustic2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/crystal.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/fog_f.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/fog_ft.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/fog_std.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/foglayr.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/foglyr2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/iortest.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/magglass.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/galaxy.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/hollow1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/hollow2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/hollow3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/media5.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/media/micro.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/nufog2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/rainbow1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/skysph1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/interior/skysph2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/arrays/array1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/arrays/array2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/arrays/array3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/bounding.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/fileio/fileio.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/image_size.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/local.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/local.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/macros/macro4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/splinefunction.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/trace-wicker.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/trace.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/trace2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/tracevines.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/language/vturbulence.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/arealit1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/arealit2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/arealit3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/circular.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/fillite.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/glassthing.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/laser.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/orient.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/parallel_lights.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/phot_met_glass.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/projected_through.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/shadows.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/soft.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lights/spotlite.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/double_illuminate.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/no_image.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/no_reflection.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objectmods/thingy.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/bezier.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob1a.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob1b.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/blob1c.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/chesmsh.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/chess.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/cliptst2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/granite.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/hfclip.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/csg/intee1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/fractal4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/isosurfaces.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe1a.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe1b.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe1c.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/lathe2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/mesh2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/polygon.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/primitiv.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3a.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3b.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/prism3c.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/axisbox.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/bicube.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/folium.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/grafbic.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/helix.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/hyptorus.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/lemnisc2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/lemnisca.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/monkey.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/partorus.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/piriform.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/quarcyl.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/quarpara.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/quartic.cat +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/steiner.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/tcubic.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/teardrop.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/torus.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/trough.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/quartic/witch.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/sor1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/superel1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/superel2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/superel3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/torus1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/torus2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/ttf1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/objects/wtorus.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/output/dither_showcase.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/output/gamma_showcase.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/__empty.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/__empty.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allnormals.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allnormals.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allobjects.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allobjects.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat1iso.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat1iso.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat2iso.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpat2iso.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpatterns.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/allpatterns.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/c_colors.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/c_colors.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/f_finish.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/f_finish.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/html_gen.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/m_textures.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/m_textures.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_2shapes.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_2shapes.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes_old.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapes_old.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapesq.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/o_shapesq.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_skies.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_skies.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_textures.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_textures.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_woods.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/p_woods.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/readme.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_1stones.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_1stones.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_2stones.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_2stones.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_metals.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_metals.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_stars.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_stars.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_textures.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_textures.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_woods.ini +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/portfolio/t_woods.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/povray_style1.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/povray_style2.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/abyss.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/balcony.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/benchmark.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/biscuit.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/bwstripe.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/cliche.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/crater.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/crater_dat.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/desk4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/diffract.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/diffuse_back.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/drums.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/float5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/glasschess.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/grenadine.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/infinitybox.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/isocacti.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/lamppost.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/landscape.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/mediasky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/mist.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/mtmand.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/newdiffract1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/ntreal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/object_pattern.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/optics.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/pawns.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/quilt1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/sombrero.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/stackerday.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/stackergold.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/stackernight.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/sunsethf.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/swirlbox.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/teapot4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/wallstucco.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/whiltile.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/wineglass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/advanced/woodbox.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/ambient.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/camera2.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/clockd.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/diffuse.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float1.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float2.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float3.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/float4.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/fractalzoom_1.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/fractalzoom_2.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/l_o.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/plotqlt.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/raddem.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/reflect.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/splinefollow.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/vect1.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/animations/vect2.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/bsp/Tango.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/cylinder4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/fisheye.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/focalblur.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/normal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/omnimax.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/orthographic.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/panoramic.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/perspective.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/shear.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/spherical.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/ultra_wide_angle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/camera/user_defined.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/ash.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/ash_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/brasses.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/bubinga.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/bubinga_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/cedar.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/cedar_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/chars.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/chromes.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/circletext.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/colors.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/coppers.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/debug.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/finish.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/func_gradient.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/glass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/golds.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/i_internal4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/logo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/math.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/samp_demo06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/screen.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/shapes.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/shapes_old.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/silvers.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/sort.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/stones1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/stones2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/strings.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/sundial.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/teak.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/teak_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/texture1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/texture2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/texture3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/transforms.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/whiteash.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/whiteash_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/wood_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/woods1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/incdemo/woods2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/atten1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/atten2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/ballbox1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/caustic2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/crystal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/fog_f.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/fog_ft.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/fog_std.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/foglayr.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/foglyr2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/iortest.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/magglass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/galaxy.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/hollow1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/hollow2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/hollow3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/media5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/media/micro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/nufog2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/rainbow1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/skysph1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/interior/skysph2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/array1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/array2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/array3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/bounding.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/fileio.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/image_size.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/local.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/macro4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/portfolio.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/splinefunction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/trace-wicker.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/trace.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/trace2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/tracevines.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/language/vturbulence.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/arealit1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/arealit2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/arealit3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/circular.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/fillite.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/glassthing.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/lights/laser.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_ortho_demo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_ortho_demo_uv.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_persp_compare.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_persp_demo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_persp_demo_uv.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/mesh_camera/meshcam_stereo_demo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objectmods/double_illuminate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objectmods/no_image.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objectmods/no_reflection.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/bezier.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob1a.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob1b.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/blob1c.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/chesmsh.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/cliptst2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/granite.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/hfclip.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/csg/intee1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/fractal4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/granite.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/intee1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/isosurfaces.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe1a.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe1b.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe1c.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/lathe2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/magglass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/mesh2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/polygon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/primitiv.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism3a.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/prism3b.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/bicube.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/folium.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/grafbic.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/helix.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/hyptorus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/lemnisc2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/lemnisca.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/monkey.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/partorus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/piriform.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/quarcyl.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/quarpara.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/steiner.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/tcubic.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/teardrop.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/torus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/trough.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/quartic/witch.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/sor1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/superel1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/superel2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/superel3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/torus1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/ttf1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/objects/wtorus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/output/gamma_showcase.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/qtvr/qtvrpanorama.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/cornell.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/patio-radio_36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/patio-radio_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/rad_def_test_36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/rad_def_test_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity_36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/radiosity_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/rad_sub/subsurface.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/arches.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/cluster.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/metallicreflection.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/var_refl.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/finishes/var_reflection.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/interior_texture.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/noise_generator.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/bumpmap.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/norm_acc.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/normal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/normavg.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/normmap.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/normals/slopemap.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/bozo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/brick.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/bumps.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle_form.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/crackle_solid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/densfile.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/dents.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/fractals1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/fractals2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/fractals3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/gradient.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/granite.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/hexagon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/leopard.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/mandel.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/marble.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/onion.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/pigment_pattern.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/quilt2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/quilted.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/radial.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/ripples.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/slopemt_36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/slopemt_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/slopemt_dat_36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/spiral1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/patterns/spiral2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/arches.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/blkhole.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/cantelop.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/checker2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/crack1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/dodec2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/filtfun.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/interp.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/irid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/mapper.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/mappr2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/matmap.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/pigmap.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/pigment.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/spiral1a.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/transmitfx.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/txtravg.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/previews/textures/pigments/txtrmap.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qtvr/qtvrpanorama.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rad_sub.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/cornell.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/patio-radio_36.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/patio-radio_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/rad_def_test_36.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/rad_def_test_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity_36.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/radiosity/radiosity_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/subsurface/subsurface.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/10_animation1.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/10_animation1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/10_animation1_ini_file.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/11_animation1_scene_file.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/20_animation2.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/20_animation2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/20_animation2_ini_file.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/21_animation2_scene_file.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Animation/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Checkered_plane.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Checkered_plane.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/DarkBlueSky_Axes.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/DarkBlueSky_Axes.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Desert_blue_sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Desert_blue_sky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_partly_cloudy_sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_partly_cloudy_sky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_small_clouds.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Grass_small_clouds.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Night_moon_partly_cloudy.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Night_moon_partly_cloudy.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_isometric.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_isometric.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_scene.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Orthographic_scene.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Rainy_S_Cloud4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Rainy_S_Cloud4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_blue_sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_blue_sky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_moon_partly_cloudy.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_moon_partly_cloudy.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_partly_cloudy_sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_partly_cloudy_sky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_small_clouds_in_sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Sea_small_clouds_in_sky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XY_righthand_z_up.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XY_righthand_z_up.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XZ_righthand_y_up.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_XZ_righthand_y_up.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XY_2D.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XY_2D.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_dark.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_dark.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_far.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_far.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_near.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/Squared_plane_XZ_3D_near.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/White_sands_blue_sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/White_sands_blue_sky.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/pure_white_background.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/pure_white_background.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/starfield.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Scenes/starfield.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A1_box_symmetric.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A1_box_symmetric.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A2_box_xyz_positive.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A2_box_xyz_positive.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A4_box_street.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A4_box_street.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A5_box_wood_board.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/A5_box_wood_board.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B0_prism_X.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B0_prism_X.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Z.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B1_prism_Z.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B2_prism_Z_house1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B2_prism_Z_house1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B3_prism_Z_roof1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B3_prism_Z_roof1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B4_prism_Z_house2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B4_prism_Z_house2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B5_prism_Z_roof2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B5_prism_Z_roof2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B6_prism_X_prism_Z_union.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B6_prism_X_prism_Z_union.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B7_prism_X_prism_Z_union2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B7_prism_X_prism_Z_union2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B8_prism_X_prism_Z_union_difference.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B8_prism_X_prism_Z_union_difference.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B9_prism_X_prism_Z_intersection.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/B9_prism_X_prism_Z_intersection.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C0_prismY_linsweep_consweep_linspline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C0_prismY_linsweep_consweep_linspline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C1_prismY_conicsweep_linspline_trunc.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C1_prismY_conicsweep_linspline_trunc.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C2_prismY_linearsweep_conicsweep_linspline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C2_prismY_linearsweep_conicsweep_linspline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C3_prismY_cosw_cubspline_trunc.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/C3_prismY_cosw_cubspline_trunc.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/D0_plane.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/D0_plane.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_angular/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/01_sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/01_sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/02_sphere_with_bumps.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/02_sphere_with_bumps.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/03_ellipsoid_Polished_Chrome.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/03_ellipsoid_Polished_Chrome.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/05_ellipsoid_flat.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/05_ellipsoid_flat.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/10_ovus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/10_ovus.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/21_cylinder_y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/21_cylinder_y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/23_cylinder_x.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/23_cylinder_x.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/24_cylinder_z.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/24_cylinder_z.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/25_cylinder_open.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/25_cylinder_open.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/30_cone_truncated.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/30_cone_truncated.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/31_cone_open.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/31_cone_open.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/32_cone_open_texture_map.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/32_cone_open_texture_map.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/33_cone_double.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/33_cone_double.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/35_cone1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/35_cone1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/36_cone_texture_bumps.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/36_cone_texture_bumps.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/37_cone_truncated_thin.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/37_cone_truncated_thin.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/38_torus_small.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/38_torus_small.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/40_torus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/40_torus.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/41_torus_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/41_torus_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/43_torus3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/43_torus3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/61_sor_Surface_Of_Revolution.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/61_sor_Surface_Of_Revolution.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/62_sor_Surface_Of_Revolution.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/62_sor_Surface_Of_Revolution.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/63_sor_Surface_Of_Revolution.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/63_sor_Surface_Of_Revolution.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/70_lathe_object_linear_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/70_lathe_object_linear_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/71_lathe_object_quadratic_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/71_lathe_object_quadratic_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/72_lathe_object_cubic_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/72_lathe_object_cubic_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Basic_Shapes_round/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/10_color_White.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/10_color_White.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/11_color_Gray85.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/11_color_Gray85.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/12_color_Gray75.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/12_color_Gray75.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/14_color_Gray50.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/14_color_Gray50.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/16_color_Gray25.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/16_color_Gray25.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/17_color_Gray10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/17_color_Gray10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/18_color_Black.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/18_color_Black.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/19_very_light_brown.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/19_very_light_brown.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/20_light_brown.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/20_light_brown.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/22_dark_brown.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/22_dark_brown.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/23_very_dark_brown.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/23_very_dark_brown.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/84_very_pale_red_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/84_very_pale_red_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/85_pale_red_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/85_pale_red_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/88_red_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/88_red_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/92_red_wine.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/92_red_wine.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/94_very_dark_red.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/94_very_dark_red.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/95_dark_red.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/95_dark_red.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A0_color_Red.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A0_color_Red.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A1_very_light_red.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A1_very_light_red.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A2_red_orange.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A2_red_orange.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A4_light_orange.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A4_light_orange.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A5_color_Orange.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A5_color_Orange.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A7_deep_yellow.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A7_deep_yellow.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A9_color_Yellow.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/A9_color_Yellow.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B4_yellow_lemon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B4_yellow_lemon.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B5_color_YellowGreen.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B5_color_YellowGreen.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B7_yellowish_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B7_yellowish_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B9_dark_yellow_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/B9_dark_yellow_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C1_color_Green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C1_color_Green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C2_dark_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C2_dark_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C3_dark_olive_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C3_dark_olive_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C4_dark_blue_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C4_dark_blue_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C5_blueish_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C5_blueish_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C6_blue_green.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C6_blue_green.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C7_light_cyan.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C7_light_cyan.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C8_cyan.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/C8_cyan.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/CB_dark_cyan.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/CB_dark_cyan.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_greenish_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_greenish_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_light_greenish_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/D0_light_greenish_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E0_color_Blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E0_color_Blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E1_dark_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E1_dark_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E2_bright_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E2_bright_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_light_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_light_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_very_light_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E3_very_light_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E4_pale_blue.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E4_pale_blue.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_light_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_light_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_pale_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_pale_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_very_light_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E6_very_light_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E7_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/E7_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Colors_in_textures/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/General_statements/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/10_Include_File_Template_declare.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/20_Include_File_Socket.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/20_Include_File_Socket.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/30_Include_File_Socket_Use.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/30_Include_File_Socket_Use.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/40_Include_File_Template_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair_Use.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/50_Include_File_Chair_Use.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Include/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_Isosurface_y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_Isosurface_y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_Isosurface_y_closed.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_isosurface_syntax.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/00_isosurface_syntax.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/02_Isosurface_box_x.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/02_Isosurface_box_x.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/03_Isosurface_house.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/03_Isosurface_house.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/04_Isosurface_octahedron.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/04_Isosurface_octahedron.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/05_Isosurface_cristal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/05_Isosurface_cristal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/06_Isosurface_cylinder_by_sqrt.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/06_Isosurface_cylinder_by_sqrt.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/07_Isosurface_sphere_by_sqrt.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/07_Isosurface_sphere_by_sqrt.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/08_Isosurface_cone_double.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/08_Isosurface_cone_double.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/09_Isosurface_hyperboloid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/09_Isosurface_hyperboloid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/10_Isosurface_y_saddle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/10_Isosurface_y_saddle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/12_Isosurface_y_minus_sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/12_Isosurface_y_minus_sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/13_Isosurface_cross1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/13_Isosurface_cross1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/14_Isosurface_cross1_min_blobed.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/14_Isosurface_cross1_min_blobed.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/15_Isosurface_cross2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/15_Isosurface_cross2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/20_Isosurface_sine.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/20_Isosurface_sine.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_sine_gear.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_sine_gear.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_concentric.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_concentric.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_cylinder.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/21_Isosurface_y_sine_cylinder.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/22_Isosurface_sine_sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/22_Isosurface_sine_sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/23_Isosurface_sine_sphere_y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/23_Isosurface_sine_sphere_y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/24_Isosurface_sphere_dbl_sinewave.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/24_Isosurface_sphere_dbl_sinewave.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/25_Isosurface_egg.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/25_Isosurface_egg.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_basic_functions/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/43_Iso_f_rounded_box.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/43_Iso_f_rounded_box.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/44_Iso_f_pillow.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/44_Iso_f_pillow.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/47_Iso_f_superellipsoid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/47_Iso_f_superellipsoid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/48_Iso_f_torus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/48_Iso_f_torus.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/49_Iso_f_torus2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/49_Iso_f_torus2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/50_Iso_f_paraboloid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/50_Iso_f_paraboloid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/55_Iso_f_sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/55_Iso_f_sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/66_Iso_f_heart.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/66_Iso_f_heart.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/67_Iso_f_comma.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/67_Iso_f_comma.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/68_Iso_f_dupin_cyclid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/68_Iso_f_dupin_cyclid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6a_Iso_f_helix1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6a_Iso_f_helix1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6b_Iso_f_helix1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6b_Iso_f_helix1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6c_Iso_f_helix2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6c_Iso_f_helix2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6d_Iso_f_spiral.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6d_Iso_f_spiral.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6m_Iso_f_mesh1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6m_Iso_f_mesh1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6q_Iso_f_flange_cover.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6q_Iso_f_flange_cover.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6r_Iso_f_spikes.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6r_Iso_f_spikes.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6s_Iso_f_spikes_2d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/6s_Iso_f_spikes_2d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_function_inc/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/80_Iso_f_checker.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/80_Iso_f_checker.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/81_Iso_f_leopard.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/81_Iso_f_leopard.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/82_Iso_f_leopard.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/82_Iso_f_leopard.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/83_Iso_sphere_f_marble.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/83_Iso_sphere_f_marble.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/84_Iso_sphere_f_marble.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/84_Iso_sphere_f_marble.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/85_Iso_Round_Box_f_crackle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/85_Iso_Round_Box_f_crackle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/86_Iso_Round_Box_f_crackle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/86_Iso_Round_Box_f_crackle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/87_Iso_sphere_f_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/87_Iso_sphere_f_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/88_Iso_Round_Box_f_agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/88_Iso_Round_Box_f_agate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/89_Iso_Round_Box_f_agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/89_Iso_Round_Box_f_agate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/90_Iso_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/90_Iso_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/91_Iso_bozo3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/91_Iso_bozo3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/92_Iso_Sphere_f_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/92_Iso_Sphere_f_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/93_Iso_Sphere_f_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/93_Iso_Sphere_f_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/94_Iso_Sphere_f_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/94_Iso_Sphere_f_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/95_Iso_Sphere_f_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/95_Iso_Sphere_f_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/96_Iso_Sphere_f_noise3d.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/96_Iso_Sphere_f_noise3d.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/97_Iso_Sphere_pigment.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/97_Iso_Sphere_pigment.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/99_Iso_f_sphere_wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/99_Iso_f_sphere_wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Isosurfaces_by_pattern_functions/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/10_near_light.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/10_near_light.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/12_typical_sun_light.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/12_typical_sun_light.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/13_soft_area_light.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/13_soft_area_light.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/14_spotlight.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/14_spotlight.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/15_light_looks_like.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/15_light_looks_like.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/30_background.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/30_background.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/31_Blue_Sky_by_sky_sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/31_Blue_Sky_by_sky_sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/34_Blue_sky_small_clouds_fog.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/34_Blue_sky_small_clouds_fog.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/35_rainbow_arc.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/35_rainbow_arc.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/37_Rainy_sky_with_S_Cloud4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/37_Rainy_sky_with_S_Cloud4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/40_starfield.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/40_starfield.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/50_fog_definition.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/60_constant_fog.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/60_constant_fog.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/70_ground_fog.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/70_ground_fog.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/80_atmospheric_media.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/80_atmospheric_media.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Lights_skies_fogs_rainbow/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/10_parabola.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/10_parabola.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/20_hyperbola.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/20_hyperbola.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/50_function0_derived.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/50_function0_derived.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/51_function1_derived.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/51_function1_derived.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/52_function2_derived.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/52_function2_derived.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/53_function3_derived.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/53_function3_derived.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/80_sine_function.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/80_sine_function.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/81_sine_function_superpos.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/81_sine_function_superpos.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/90_exp_function_ln_function.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/90_exp_function_ln_function.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/91_exp_function_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/91_exp_function_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/92_exp_function_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/92_exp_function_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Math_functions/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/10_prism_by_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/10_prism_by_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/15_prism1_by_splines.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/15_prism1_by_splines.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/20_mesh_by_array_of_splines.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/20_mesh_by_array_of_splines.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/30_lathe_mesh_by_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/30_lathe_mesh_by_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/35_p_lathe_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/35_p_lathe_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/36_p_lathe_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/36_p_lathe_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/40_mesh_by_4_splines.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/40_mesh_by_4_splines.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/50_mesh_by_2varfunction_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/50_mesh_by_2varfunction_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/52_mesh_by_2varfunction_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/52_mesh_by_2varfunction_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/54_mesh_by_2varfunction_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/54_mesh_by_2varfunction_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/60_p_square_uv.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/60_p_square_uv.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/65_p_sphere_uv.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/65_p_sphere_uv.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/70_p_cylinder.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/70_p_cylinder.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/71_p_cylinder_uv_in_out.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/71_p_cylinder_uv_in_out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/73_p_cylinder_crackle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/73_p_cylinder_crackle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/75_p_cylinder_crackle_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/75_p_cylinder_crackle_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/80_p_shell_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/80_p_shell_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/82_p_shell_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/82_p_shell_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/84_p_shell_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/84_p_shell_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/86_p_dini_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/86_p_dini_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/87_p_dini_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/87_p_dini_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/90_p_moebius_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/90_p_moebius_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/92_p_moebius_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/92_p_moebius_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/94_p_moebius_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/94_p_moebius_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A1_p_klein8_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A1_p_klein8_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A2_p_klein8_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A2_p_klein8_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A3_p_klein8_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A3_p_klein8_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A5_p_klein_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A5_p_klein_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A8_p_kleinbottle_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A8_p_kleinbottle_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A9_p_kleinbottle_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/A9_p_kleinbottle_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B0_p_bretzel_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B0_p_bretzel_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B1_p_bretzel_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/B1_p_bretzel_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D0_p_umbilic_0.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D0_p_umbilic_0.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D1_p_umbilic_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D1_p_umbilic_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D2_p_umbilic_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/D2_p_umbilic_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/E0_p_steiner_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/E0_p_steiner_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F0_p_Spherical_Harmonics_0.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F0_p_Spherical_Harmonics_0.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F1_p_Spherical_Harmonics_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F1_p_Spherical_Harmonics_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F2_p_Spherical_Harmonics_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F2_p_Spherical_Harmonics_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F3_p_Spherical_Harmonics_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F3_p_Spherical_Harmonics_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F4_p_Spherical_Harmonics_4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F4_p_Spherical_Harmonics_4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F5_p_Spherical_Harmonics_5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F5_p_Spherical_Harmonics_5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F6_p_Spherical_Harmonics_6.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F6_p_Spherical_Harmonics_6.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F7_p_Spherical_Harmonics_7.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F7_p_Spherical_Harmonics_7.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F8_p_Spherical_Harmonics_8.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/F8_p_Spherical_Harmonics_8.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline1_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline1_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline2_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V0_SweepSpline2_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline1_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline1_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline2_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/V1_SweepSpline2_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Meshes_by_meshmaker_inc/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/01_disc.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/01_disc.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/02_triangle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/02_triangle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/03_smooth_triangle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/03_smooth_triangle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/04_polygon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/04_polygon.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/08_bicubic_patch.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/08_bicubic_patch.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/70_mesh_code.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/71_mesh_cube_sample.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/71_mesh_cube_sample.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/80_mesh2_code.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/85_mesh2_sample.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/85_mesh2_sample.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Non_CSG_shapes/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/00_parametric_sample.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/00_parametric_sample.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/10_parametric_flower.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/10_parametric_flower.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/20_parametric_ornamental.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/20_parametric_ornamental.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/40_parametric_sin_cylinder.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/40_parametric_sin_cylinder.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/45_parametric_sin_surface.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/45_parametric_sin_surface.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/50_parametric_screw.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/50_parametric_screw.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/51_parametric_conical_spiral.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/51_parametric_conical_spiral.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/52_parametric_Dini_surface.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/52_parametric_Dini_surface.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Parametric_Surfaces/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/10_Glob_5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/10_Glob_5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/11_Twin_Glob.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/11_Twin_Glob.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/12_Sinsurf.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/12_Sinsurf.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/13_Bicorn.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/13_Bicorn.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/14_Crossed_Trough.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/14_Crossed_Trough.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/15_Cubic_Cylinder.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/15_Cubic_Cylinder.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/16_Cubic_Saddle_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/16_Cubic_Saddle_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/17_Devils_Curve.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/17_Devils_Curve.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/18_Folium.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/18_Folium.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/19_Helix.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/19_Helix.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/20_Helix_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/20_Helix_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/21_Hyperbolic_Torus_40_12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/21_Hyperbolic_Torus_40_12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/22_Lemniscate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/22_Lemniscate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/23_Quartic_Loop_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/23_Quartic_Loop_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/24_Monkey_Saddle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/24_Monkey_Saddle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/25_Parabolic_Torus_40_12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/25_Parabolic_Torus_40_12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/26_Piriform.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/26_Piriform.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/27_Quartic_Paraboloid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/27_Quartic_Paraboloid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/28_Quartic_Cylinder.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/28_Quartic_Cylinder.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/29_Steiner_Surface.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/29_Steiner_Surface.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/30_Torus_40_12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/30_Torus_40_12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/31_Witch_Hat.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/31_Witch_Hat.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Polynomial_Quartic/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/20_radiosity_on_code.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/25_Radiosity_scene.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/25_Radiosity_scene.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/30_Radiosity_scene2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/30_Radiosity_scene2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/50_Global_photons_on_code.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/60_Light_source_photons.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/70_Object_photons_on_code.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/80_Photons_scene.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/80_Photons_scene.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/85_Photons_scene1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/85_Photons_scene1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Radiosity_Photons/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/31_random_linear_height.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/31_random_linear_height.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/32_random_linear_size.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/32_random_linear_size.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/33_random_quadratic_position.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/33_random_quadratic_position.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/34_random_cubic_position.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/34_random_cubic_position.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/35_random_tuft_of_grass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/35_random_tuft_of_grass.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/41_VRand_In_Sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/41_VRand_In_Sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/42_VRand_On_Sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/42_VRand_On_Sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/43_VRand_In_Obj.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/43_VRand_In_Obj.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/71_makegrass_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/71_makegrass_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/72_makegrass_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/72_makegrass_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/73_makegrass_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/73_makegrass_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/75_grass_meadow.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/75_grass_meadow.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Random/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/20_Hexagon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/20_Hexagon.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/21_Rhomboid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/21_Rhomboid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/22_Pyrmid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/22_Pyrmid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/23_Pyrmid2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/23_Pyrmid2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/24_Tetrahedron.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/24_Tetrahedron.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/25_Octahedron.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/25_Octahedron.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/26_Dodecahedron.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/26_Dodecahedron.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/27_Icosahedron.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/27_Icosahedron.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/40_Wire_Box.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/40_Wire_Box.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/41_Round_Box.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/41_Round_Box.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/42_Round_Cylinder.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/42_Round_Cylinder.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/43_Round_Cone.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/43_Round_Cone.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/44_Round_Cone2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/44_Round_Cone2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/45_Round_Cone3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/45_Round_Cone3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_0.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_0.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_examples.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/46_superellipsoid_examples.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/47_Spheroid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/47_Spheroid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/51_Supercone.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/51_Supercone.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/52_Supertorus_4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/70_Paraboloid_X.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/70_Paraboloid_X.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/71_Paraboloid_Y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/71_Paraboloid_Y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/72_Paraboloid_Z.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/72_Paraboloid_Z.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/75_Hyperboloid.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/75_Hyperboloid.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/76_Hyperboloid_Y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/76_Hyperboloid_Y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/77_Hyperboloid_Z.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/77_Hyperboloid_Z.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes2_inc/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/01_Segment_of_Torus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/01_Segment_of_Torus.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/03_Segment_of_CylinderRing.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/03_Segment_of_CylinderRing.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/05_Segment_of_Object.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/05_Segment_of_Object.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/12_Egg.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/12_Egg.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/14_Egg_Shape.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/14_Egg_Shape.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/15_Facetted_Egg.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/15_Facetted_Egg.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/16_Facetted_Egg_Shape.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/16_Facetted_Egg_Shape.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/17_Facetted_Sphere.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/17_Facetted_Sphere.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Facetted_Sphere_4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Ring_Sphere_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/18_Ring_Sphere_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/20_Column_N.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/20_Column_N.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/23_Column_N_AB.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/23_Column_N_AB.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/24_Pyramid_N_AB.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/24_Pyramid_N_AB.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/25_Pyramid_N.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/25_Pyramid_N.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/26_Pyramid_N_truncated.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/26_Pyramid_N_truncated.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/30_Round_Pyramid_N_in_truncated.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/30_Round_Pyramid_N_in_truncated.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/31_Round_Pyramid_N_in_truncated.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/31_Round_Pyramid_N_in_truncated.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/32_Round_Pyramid_N_out_truncated.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/32_Round_Pyramid_N_out_truncated.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/33_Round_Pyramid_N_out_truncated.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/33_Round_Pyramid_N_out_truncated.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/34_Round_Pyramid_N_in_columnar.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/34_Round_Pyramid_N_in_columnar.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/35_Round_Pyramid_N_out.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/35_Round_Pyramid_N_out.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/36_Round_Pyramid_N_in_wireframe.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/36_Round_Pyramid_N_in_wireframe.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/37_Round_Pyramid_N_out_wireframe.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/37_Round_Pyramid_N_out_wireframe.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/38_Round_Pyramid_N_out_transparent.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/38_Round_Pyramid_N_out_transparent.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/40_Round_Cylinder_Tube_open.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/40_Round_Cylinder_Tube_open.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/42_Round_Cylinder_Tube_filled.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/42_Round_Cylinder_Tube_filled.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/45_Rounded_Tube_open.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/45_Rounded_Tube_open.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/47_Rounded_Tube_AB.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/47_Rounded_Tube_AB.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/55_Round_N_Tube_Polygon_octagonal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/55_Round_N_Tube_Polygon_octagonal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/56_Round_N_Tube_Polygon_hexagonal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/56_Round_N_Tube_Polygon_hexagonal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/57_Round_N_Tube_Polygon_transparent.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/57_Round_N_Tube_Polygon_transparent.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/60_Round_Conic_Torus_transparent.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/60_Round_Conic_Torus_transparent.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/61_Round_Conic_Torus.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/61_Round_Conic_Torus.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/65_Round_Conic_Prism.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/65_Round_Conic_Prism.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/71_Half_Hollowed_Rounded_Cylinder1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/71_Half_Hollowed_Rounded_Cylinder1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/72_Half_Hollowed_Rounded_Cylinder2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/72_Half_Hollowed_Rounded_Cylinder2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shapes3_inc/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_z.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_x_to_z.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_x.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_x.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_z.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_y_to_z.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_x.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_x.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/01_matrix_shear_z_to_y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/02_Shear_Trans_example.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/02_Shear_Trans_example.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/03_Matrix_Trans_example.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/03_Matrix_Trans_example.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Axial_Scale_Trans.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Axial_Scale_Trans.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Rotate_Around_Trans.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/05_Rotate_Around_Trans.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/06_Axis_Rotate_Trans.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/06_Axis_Rotate_Trans.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/07_Reorient_Trans.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/07_Reorient_Trans.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/10_vaxis_rotate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/10_vaxis_rotate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/11_vrotate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/11_vrotate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Shearing_and_transform/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7A_s_sweep_linear_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7A_s_sweep_linear_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7B_s_sweep_cubic_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7B_s_sweep_cubic_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7C_s_sweep_b_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/7C_s_sweep_b_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/81_spline_linear_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/81_spline_linear_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/82_spline_quadratic_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/82_spline_quadratic_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/83_spline_cubic_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/83_spline_cubic_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/84_spline_natural_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/84_spline_natural_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/85_spline_closed_natural_spline.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/85_spline_closed_natural_spline.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Sphere_sweep_Spline_curves/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/10_simple_flat_text_ttf.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/10_simple_flat_text_ttf.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/11_text_truetypefont.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/11_text_truetypefont.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/21_Bevelled_Text_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/21_Bevelled_Text_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/22_Circle_Text_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/22_Circle_Text_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/23_Circle_Text_Valigned_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/23_Circle_Text_Valigned_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/51_unicode_Math.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/51_unicode_Math.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/52_unicode_Europe.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/52_unicode_Europe.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/53_unicode_Asia.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/53_unicode_Asia.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/54_unicode_German.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/54_unicode_German.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Text_Shapes_3D/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/00_Bright_Blue_Sky.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/00_Bright_Blue_Sky_Lo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/00_Bright_Blue_Sky_Lo.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/11_Blood_Sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/11_Blood_Sky.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Apocalypse.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Apocalypse.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Lightning1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/12_Lightning1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/13_Checker.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/13_Checker.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_Hexagon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_Hexagon.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_checker_spherical_warp.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/14_checker_spherical_warp.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_spherical_warp.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/15_brick_spherical_warp.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_colors.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_colors.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_textures.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/16_crackle_with_textures.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/17_crackle_normal_pigment_pattern.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/17_crackle_normal_pigment_pattern.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_gradient_xy_candy_cane.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_gradient_xy_candy_cane.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_spiral1_candy_cane.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/23_spiral1_candy_cane.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/28_Radial_color_map.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/28_Radial_color_map.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/29_Radial.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/29_Radial.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/47_gradient_peel.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/47_gradient_peel.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/48_spiral_peel.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/48_spiral_peel.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/51_X_Gradient.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/51_X_Gradient.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/52_Y_Gradient.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/52_Y_Gradient.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/01_Rust.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/01_Rust.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/02_Rusty_Iron.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/02_Rusty_Iron.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/03_Brass_Valley.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/03_Brass_Valley.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/04_Silver1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/04_Silver1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/05_Silver2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/05_Silver2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/06_Gold_Metal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/06_Gold_Metal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/07_Copper_Metal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/07_Copper_Metal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/08_New_Brass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/08_New_Brass.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/09_Polished_Brass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/09_Polished_Brass.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/10_Brass_Metal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/10_Brass_Metal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/11_Bronze_Metal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/11_Bronze_Metal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/12_Spun_Brass.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/12_Spun_Brass.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/13_Brass_Valley.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/13_Brass_Valley.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/14_Brushed_Aluminum.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/14_Brushed_Aluminum.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/15_Silver_Metal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/15_Silver_Metal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/16_Chrome_Metal.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/16_Chrome_Metal.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/17_Polished_Chrome.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/17_Polished_Chrome.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/18_Polished_Chrome_red.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/18_Polished_Chrome_red.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/19_Polished_Chrome_violet.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/19_Polished_Chrome_violet.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_1A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_1A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_2A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_2A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_3A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_3A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_4A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_4A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5C.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5C.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5E.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/32_T_Copper_5E.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_1A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_1A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_3A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_3A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_5A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/34_T_Silver_5A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_1A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_1A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_3A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_3A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5C.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5C.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5E.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/36_T_Chrome_5E.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1C.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1C.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1E.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_1E.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_2A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_2A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_3A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_3A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_4A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_4A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5A.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5A.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5C.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5C.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5E.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/37_T_Gold_5E.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Metals/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/40_Polished_Chrome.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/40_Polished_Chrome.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/41_Polished_Chrome_bumps.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/41_Polished_Chrome_bumps.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/42_Polished_Chrome_crackle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/42_Polished_Chrome_crackle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/80_Window_Glass_no_IOR.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/80_Window_Glass_no_IOR.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/81_Glass_with_Refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/81_Glass_with_Refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/82_NBglass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/82_NBglass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/83_Glass3_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/83_Glass3_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/84_NBoldglass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/84_NBoldglass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/85_Green_Glass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/85_Green_Glass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/86_NBwinebottle_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/86_NBwinebottle_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/87_Yellow_Glass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/87_Yellow_Glass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/88_Orange_Glass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/88_Orange_Glass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/89_NBbeerbottle_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/89_NBbeerbottle_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8A_Ruby_Glass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8A_Ruby_Glass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8B_VicksBottle_Glass_refr.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8B_VicksBottle_Glass_refr.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8C_Blue_Glass_refraction.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/8C_Blue_Glass_refraction.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Mirrors_and_Glasses/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/10_white_ripples.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/10_white_ripples.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/11_normal_checker.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/11_normal_checker.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/12_hexagon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/12_hexagon.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/13_brick.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/13_brick.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/14_quilted.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/14_quilted.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/15_average.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/15_average.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/16_cells.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/16_cells.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/17_facets.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/17_facets.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/18_checker_turbulence.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/18_checker_turbulence.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/19_bricks_turbulence.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/19_bricks_turbulence.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/20_bricks_turbulence.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/20_bricks_turbulence.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/21_quilted_turbulence.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/21_quilted_turbulence.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/22_crackle.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/22_crackle.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/23_bumps.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/23_bumps.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/24_wrinkles.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/24_wrinkles.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/25_dents.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/25_dents.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/26_spotted.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/26_spotted.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/27_bozo_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/27_bozo_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/28_bozo_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/28_bozo_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/29_agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/29_agate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/30_spotted.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/30_spotted.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/31_spotted.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/31_spotted.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/32_mandel.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/32_mandel.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/33_julia.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/33_julia.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/34_onion.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/34_onion.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/35_onion.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/35_onion.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/36_radial_1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/36_radial_1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/37_radial_2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/37_radial_2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/38_radial_3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/38_radial_3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/39_radial_4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/39_radial_4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/40_radial_5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/40_radial_5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/41_radial_6.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/41_radial_6.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/42_radial_7.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/42_radial_7.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/43_gradient_y.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/43_gradient_y.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/44_ripples.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/44_ripples.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/45_wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/45_wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/46_ripples.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/46_ripples.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/47_ripples.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/47_ripples.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/48_waves.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/48_waves.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/49_spiral1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/49_spiral1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/50_spiral2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/50_spiral2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/51_spiral1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/51_spiral1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/52_spiral1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/52_spiral1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/53_gradient.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/53_gradient.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/54_radial.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/54_radial.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/55_radial.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/55_radial.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/56_radial.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/56_radial.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/57_wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/57_wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/58_hexagon.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/58_hexagon.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Normal_Examples/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky_Lo.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/00_Bright_Blue_Sky_Lo.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Blue_Sky3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Shadow_Clouds.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/01_Shadow_Clouds.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/02_P_Cloud4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_Clouds.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_Clouds.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_FBM_Clouds.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/06_FBM_Clouds.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Skies_and_Clouds/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_PinkAlabaster.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_PinkAlabaster.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_Pink_Granite.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/05_Pink_Granite.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blood_Marble.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blood_Marble.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blue_Agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Blue_Agate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Brown_Agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Brown_Agate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Jade.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Jade.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Red_Marble.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Red_Marble.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Sapphire_Agate.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_Sapphire_Agate.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_White_Marble.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/22_White_Marble.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt6.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt6.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt7.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt7.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt8.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt8.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt9.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/40_T_Grnt9.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt13.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt13.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt14.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt14.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt15.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt15.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt16.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt16.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt17.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt17.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt18.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt18.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt19.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt20.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt20.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt21.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt21.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt22.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt22.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt23.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt23.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt24.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt24.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt25.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt25.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt26.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt26.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt27.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt27.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt28.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt28.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt29.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/41_T_Grnt29.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone6.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone6.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone7.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone7.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone8.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone8.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone9.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/50_T_Stone9.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone13.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone13.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone14.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone14.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone15.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone15.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone16.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone16.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone17.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone17.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone18.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone18.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone19.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone20.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone20.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone21.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone21.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone22.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone22.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone23.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone23.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone24.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone24.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone25.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone25.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone26.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone26.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone27.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone27.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone28.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone28.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone29.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone29.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone30.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone30.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone31.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone31.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone32.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone32.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone33.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone33.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone34.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone34.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone35.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone35.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone36.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone37.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone38.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone38.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone39.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone39.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone40.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone40.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone41.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone41.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone42.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone42.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone43.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone43.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone44.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/51_T_Stone44.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Stones_and_Granites/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/01_Cherry_Wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/01_Cherry_Wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/02_Pine_Wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/02_Pine_Wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/03_Dark_Wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/03_Dark_Wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/04_Tan_Wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/04_Tan_Wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/05_White_Wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/05_White_Wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/06_Tom_Wood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/06_Tom_Wood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/07_Yellow_Pine.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/07_Yellow_Pine.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/08_Rosewood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/08_Rosewood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/09_Sandalwood.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/09_Sandalwood.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/10_EMBWood1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/10_EMBWood1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood6.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/11_DMFWood6.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFDarkOak.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFDarkOak.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFLightOak.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/12_DMFLightOak.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork_bumps.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/22_Cork_bumps.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/30_PineWood1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/30_PineWood1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/31_PineWood2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/31_PineWood2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/32_PineWood3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/32_PineWood3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/33_PineWood4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/33_PineWood4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood4.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood4.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood5.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood5.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood6.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood6.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood7.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood7.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood8.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood8.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood9.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/35_T_Wood9.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood13.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood13.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood14.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood14.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood15.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood15.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood16.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood16.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood17.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood17.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood18.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood18.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood19.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood20.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood20.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood21.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood21.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood22.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood22.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood23.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood23.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood24.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood24.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood25.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood25.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood26.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood26.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood27.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood27.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood28.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood28.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood29.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood29.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood30.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood30.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood31.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood31.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood32.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood32.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood33.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood33.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood34.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood34.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood35.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/36_T_Wood35.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/Woods/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t1_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t1_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t2_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t2_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t3_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t3_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t4_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t5_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p06.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p07.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p07.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p08.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p08.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p09.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p09.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s3_t6_p12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t1_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t1_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t2_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t2_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t3_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t3_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t4_p05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p06.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p07.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p07.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p08.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p08.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p09.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p09.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t5_p12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p06.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p07.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p07.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p08.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p08.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p09.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p09.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p13.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p13.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p14.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p14.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p15.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p15.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p16.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p16.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p17.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p17.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p18.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p18.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p19.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p20.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p20.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p21.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p21.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p22.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p22.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p23.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p23.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p24.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p24.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p25.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p25.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p26.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p26.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p27.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p27.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p28.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p28.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p29.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p29.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p30.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p30.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p31.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p31.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p32.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p32.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p33.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p33.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p34.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p34.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p35.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s4_t6_p35.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t1_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t1_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t2_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t2_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t3_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p06.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p07.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t4_p07.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p06.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p07.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p07.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p08.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p08.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p09.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p09.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p13.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p13.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p14.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p14.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p15.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p15.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p16.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p16.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p17.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p17.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p18.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p18.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p19.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p20.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p20.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p21.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p21.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p22.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/pavement/pavement_s6_t5_p22.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling01.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling01.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling02.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling02.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling03.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling03.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling04.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling04.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling05.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling05.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling06.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling06.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling07.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling07.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling08.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling08.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling09.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling09.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling10.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling10.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling11.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling11.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling12.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling12.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling13.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling13.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling14.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling14.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling15.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling15.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling16.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling16.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling17.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling17.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling18.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling18.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling19.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling19.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling20.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling20.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling21.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling21.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling22.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling22.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling23.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling23.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling24.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling24.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling25.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling25.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling26.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling26.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling27.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/Textures_Materials/tiling/tiling27.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/00_while_linear.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/00_while_linear.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/01_while_linear2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/01_while_linear2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/02_while_linear2d_nested.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/02_while_linear2d_nested.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/03_while_linear3d_nested.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/03_while_linear3d_nested.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/05_while_example_circular.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/05_while_example_circular.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/06_while_example2_circular.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/06_while_example2_circular.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/07_while_loop_linear_helix.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/07_while_loop_linear_helix.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/08_while_circular_single_helix.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/08_while_circular_single_helix.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/09_while_circular_double_helix.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/09_while_circular_double_helix.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/13_while_example_spiral.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/13_while_example_spiral.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/14_while_example_snail.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/14_while_example_snail.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/15_while_loop_snail2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/15_while_loop_snail2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/20_for_loop_linear.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/20_for_loop_linear.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/22_for_loop_quadratic_2D_nested.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/22_for_loop_quadratic_2D_nested.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/24_for_loop_cubic_3D_nested.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/24_for_loop_cubic_3D_nested.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/25_for_loop_circular.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/25_for_loop_circular.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/While_Loops_For_Loops/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/_index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/30_blob_object_spheres.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/30_blob_object_spheres.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/31_blob_object_cylinders.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/31_blob_object_cylinders.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/32_blob_object_mixed.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/32_blob_object_mixed.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/33_blob_with_negative_strength.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/33_blob_with_negative_strength.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_blob_for_loop_3D.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_blob_for_loop_3D.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/34_julia_fractal_object3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/blob_fractal/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains1.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains1.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains2.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains2.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains3.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/10_height_field_mountains3.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/20_HF_Square_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/20_HF_Square_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/30_HF_Sphere_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/30_HF_Sphere_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/40_HF_Cylinder_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/40_HF_Cylinder_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/50_HF_Torus_macro.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/50_HF_Torus_macro.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/height_field_and_HF_macros/__index.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/povray_style.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/templates.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/arches.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/cluster.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/finish_fresnel.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/metallicreflection.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/var_refl.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/finishes/var_reflection.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/interior_texture.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/noise_generator.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/bumpmap.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/norm_acc.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/normal.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/normavg.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/normmap.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/normals/slopemap.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/agate.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/aoi.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/bozo.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/brick.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/bumps.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle_form.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/crackle_solid.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/densfile.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/dents.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/fractals1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/fractals2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/fractals3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/gradient.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/granite.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/hexagon.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/leopard.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/mandel.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/marble.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/onion.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/pavement.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/pigment_pattern.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/pignorm.inc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/potential.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/quilt2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/quilted.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/radial.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/ripples.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_36.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_36.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_36.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_37.jpg +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/slopemt_dat_37.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/spiral1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/spiral2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/spotted.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/tiling.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/waves.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/patterns/wrinkles.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/blkhole.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/cantelop.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/checker2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/crack1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/dodec2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/filtfun.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/interp.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/irid.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/mapper.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/mappr2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/matmap.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/pigmap.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/pigment.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud2.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud3.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud4.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/s_cloud5.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/skies.doc +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/skies/stars.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/spiral1a.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/transmitfx.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/txtravg.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/txtrmap.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/warp1.pov +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/textures/pigments/warp2.pov +%%DATADIR%%/scripts/allanim.sh +%%DATADIR%%/scripts/allscene.sh +%%DATADIR%%/scripts/portfolio.sh +%%DATADIR%%/scripts/render_anim.sh +%%DATADIR%%/scripts/render_scene.sh +%%DATADIR%%/scripts/rerunpov.sh +%%DATADIR%%/scripts/runpov.sh