diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 47d455dd55be855e4cc691c32f687f723d9247ee (patch) | |
tree | 52e236aaa2576bdb3840ebede26619692fed6d7d /kpovmodeler/pmallobjects.h | |
download | tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.tar.gz tdegraphics-47d455dd55be855e4cc691c32f687f723d9247ee.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpovmodeler/pmallobjects.h')
-rw-r--r-- | kpovmodeler/pmallobjects.h | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/kpovmodeler/pmallobjects.h b/kpovmodeler/pmallobjects.h new file mode 100644 index 00000000..3a02107c --- /dev/null +++ b/kpovmodeler/pmallobjects.h @@ -0,0 +1,106 @@ +//-*-C++-*- +/* +************************************************************************** + description + -------------------- + copyright : (C) 2000-2003 by Andreas Zehender + email : zehender@kde.org +************************************************************************** + +************************************************************************** +* * +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +**************************************************************************/ + + +#ifndef PMALLOBJECTS_H +#define PMALLOBJECTS_H + +#include "pmscene.h" +#include "pmglobalsettings.h" + +#include "pmbox.h" +#include "pmsphere.h" +#include "pmcylinder.h" +#include "pmcone.h" +#include "pmtorus.h" +#include "pmlathe.h" +#include "pmprism.h" +#include "pmsor.h" +#include "pmsqe.h" +#include "pmheightfield.h" +#include "pmtext.h" +#include "pmjuliafractal.h" + +#include "pmblob.h" +#include "pmblobsphere.h" +#include "pmblobcylinder.h" + +#include "pmplane.h" +#include "pmpolynom.h" + +#include "pmdeclare.h" +#include "pmobjectlink.h" + +#include "pmcsg.h" + +#include "pmdisc.h" +#include "pmbicubicpatch.h" +#include "pmtriangle.h" + +#include "pmboundedby.h" +#include "pmclippedby.h" + +#include "pmcamera.h" + +#include "pmtranslate.h" +#include "pmscale.h" +#include "pmrotate.h" +#include "pmpovraymatrix.h" + +#include "pmlight.h" +#include "pmlookslike.h" +#include "pmprojectedthrough.h" + +#include "pmtexture.h" +#include "pmpigment.h" +#include "pmsolidcolor.h" +#include "pmlistpattern.h" +#include "pmquickcolor.h" +#include "pmnormal.h" +#include "pmfinish.h" +#include "pmpattern.h" +#include "pmblendmapmodifiers.h" +#include "pmimagemap.h" +#include "pmbumpmap.h" +#include "pmtexturemap.h" +#include "pmmaterialmap.h" +#include "pmwarp.h" +#include "pmslope.h" +#include "pmdensity.h" + +#include "pmskysphere.h" +#include "pmrainbow.h" +#include "pmfog.h" +#include "pminterior.h" +#include "pmmedia.h" +#include "pmmaterial.h" + +#include "pmcomment.h" +#include "pmraw.h" + +// POV-Ray 3.5 objects +#include "pmisosurface.h" +#include "pmradiosity.h" +#include "pmglobalphotons.h" +#include "pmphotons.h" +#include "pmlightgroup.h" +#include "pminteriortexture.h" +#include "pmspheresweep.h" +#include "pmmesh.h" + +#endif |