|
|
@@ -35,9 +35,7 @@
|
|
|
#include "graphicsWindow.h"
|
|
|
#include "pset.h"
|
|
|
#include "pmap.h"
|
|
|
-#ifdef HAVE_CGGL
|
|
|
#include "cgShader.h"
|
|
|
-#endif
|
|
|
class PlaneNode;
|
|
|
class Light;
|
|
|
|
|
|
@@ -111,9 +109,8 @@ public:
|
|
|
virtual void issue_fog(const FogAttrib *attrib);
|
|
|
virtual void issue_depth_offset(const DepthOffsetAttrib *attrib);
|
|
|
virtual void issue_tex_gen(const TexGenAttrib *attrib);
|
|
|
-#ifdef HAVE_CGGL
|
|
|
virtual void issue_cg_shader_bind(const CgShaderAttrib *attrib);
|
|
|
-#endif
|
|
|
+
|
|
|
// virtual void issue_stencil(const StencilAttrib *attrib);
|
|
|
|
|
|
virtual void bind_light(PointLight *light_obj, const NodePath &light,
|