CoTeX v0.9 - Constructive Texturing Plugin fo PointShop author : Tamy Boubekeur Clément Bichel Blanca Borro Escribano Elisabeth Brunet Plateform : Linux (Portable under MS Windows) DESCRITION ----------- CoTeX is a plugin for PointShop 3D v1.2(www.pointshop3d.com). It implements the Constructive Texturing approach, and allows users to define the space partition of an object (for now, only color). There's no warranty for this software, but it has been succefully tested on few different configuration (with PointShop v1.2 only). INSTALLATION LINUX ------------------ - Create the CoTeX directory (with POINTSHOP the path to your PointShop source directory) : mkdir $POINTSHOP/src/ToolBars/StandardToolBar/CoTeXTool - Copy the archive to $POINTSHOP/src/ToolBars/StandardToolBar/CoTeXTool : cp CoTeXTool.tar.gz $POINTSHOP/src/ToolBars/StandardToolBar/CoTeXTool cd $POINTSHOP/src/ToolBars/StandardToolBar/CoTeXTool - gunzip and untar it : tar zxvf CoTeXTool.tar.gz - (re)create the Makefile : tmake CoTeXTool.pro -o Makefile - compile : make - the plugin must be in the $POINTSHOP/bin//Release/ directory. Just ensure that the resources are int $POINTSHOP/bin//Release/Resources : cp $POINTSHOP/src/ToolBars/StandardToolBar/CoTeXTool/Resources/*.png $POINTSHOP/bin//Release/Resources - Run PointShop (a new button must appear). INSTALLATION WINDOWS -------------------- Unzip "Cotex v0.9-Tool for PointShop 3D V1.2.zip" in your PointShop directory. If you prefer to unzip in another location, just copy the *.png files (in the Resources directory unzipped) in your PointShop Resource directory, and the CoTeXTool.dll (in the Tools directory created) in the Tools directory of your release of PointShop. NOTE ---- Use doxygen to generate the complete documentation of this program wiht the DoxyFile : doxygen DoxyFile see http://www.doxygen.org for more details. LINK ---- http://www.cotex.fr.st