1 /*---------------------------------------------------------------------------*\
5 * Copyright (C) 2000-2002 by the OpenSG Forum *
7 * contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de *
9 \*---------------------------------------------------------------------------*/
10 /*---------------------------------------------------------------------------*\
13 * This library is free software; you can redistribute it and/or modify it *
14 * under the terms of the GNU Library General Public License as published *
15 * by the Free Software Foundation, version 2. *
17 * This library is distributed in the hope that it will be useful, but *
18 * WITHOUT ANY WARRANTY; without even the implied warranty of *
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
20 * Library General Public License for more details. *
22 * You should have received a copy of the GNU Library General Public *
23 * License along with this library; if not, write to the Free Software *
24 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
26 \*---------------------------------------------------------------------------*/
27 /*---------------------------------------------------------------------------*\
35 \*---------------------------------------------------------------------------*/
38 #ifndef _OSGGeoSimpleLightGeometry_H_
39 #define _OSGGeoSimpleLightGeometry_H_
44 #include "OSGBaseTypes.h"
46 #include "OSGDrawableDef.h"
47 #include "OSGGeometry.h"
52 /*---------------------------------------------------------------------*/
53 /*! \name Construction functions */
56 OSG_DRAWABLE_DLLMAPPING
57 NodeTransitPtr
makeSpot (Real32 R
,
62 OSG_DRAWABLE_DLLMAPPING
63 GeometryTransitPtr
makeSpotGeo (Real32 R
,
68 OSG_DRAWABLE_DLLMAPPING
69 NodeTransitPtr
makeCinema (Real32 a
,
77 OSG_DRAWABLE_DLLMAPPING
78 GeometryTransitPtr
makeCinemaGeo (Real32 a
,
86 OSG_DRAWABLE_DLLMAPPING
87 NodeTransitPtr
makeFrustumVolume (const Pnt3f
& nlt
,
96 OSG_DRAWABLE_DLLMAPPING
97 GeometryTransitPtr
makeFrustumVolumeGeo (const Pnt3f
& nlt
,
106 OSG_DRAWABLE_DLLMAPPING
107 NodeTransitPtr
makeFrustumVolume (const FrustumVolume
& vol
);
109 OSG_DRAWABLE_DLLMAPPING
110 GeometryTransitPtr
makeFrustumVolumeGeo (const FrustumVolume
& vol
);
116 #endif /* _OSGGeoSimpleLightGeometry_H_ */