Pgraph: Sources.pp config_pgraph and pgraph_composite2 corrected

This commit is contained in:
Shalin Shodhan 2004-07-02 17:05:56 +00:00
parent e0245577d8
commit 28473b21fe
3 changed files with 0 additions and 9 deletions

View File

@ -78,7 +78,6 @@
renderEffects.I renderEffects.h \
renderModeAttrib.I renderModeAttrib.h \
renderState.I renderState.h \
seaPatchNode.I seaPatchNode.h \
sceneGraphAnalyzer.h \
sceneGraphReducer.I sceneGraphReducer.h \
sceneSetup.I sceneSetup.h \
@ -168,7 +167,6 @@
renderEffects.cxx \
renderModeAttrib.cxx \
renderState.cxx \
seaPatchNode.cxx \
sceneGraphAnalyzer.cxx \
sceneGraphReducer.cxx \
sceneSetup.cxx \
@ -255,7 +253,6 @@
renderEffects.I renderEffects.h \
renderModeAttrib.I renderModeAttrib.h \
renderState.I renderState.h \
seaPatchNode.I seaPatchNode.h \
sceneGraphAnalyzer.h \
sceneGraphReducer.I sceneGraphReducer.h \
sceneSetup.I sceneSetup.h \

View File

@ -72,10 +72,8 @@
#include "renderEffects.h"
#include "renderModeAttrib.h"
#include "renderState.h"
#include "seaPatchNode.h"
#include "selectiveChildNode.h"
#include "sequenceNode.h"
//#include "shaderNode.h"
#include "showBoundsEffect.h"
#include "spotlight.h"
#include "switchNode.h"
@ -226,10 +224,8 @@ init_libpgraph() {
RenderEffects::init_type();
RenderModeAttrib::init_type();
RenderState::init_type();
SeaPatchNode::init_type();
SelectiveChildNode::init_type();
SequenceNode::init_type();
// ShaderNode::init_type();
ShowBoundsEffect::init_type();
Spotlight::init_type();
SwitchNode::init_type();

View File

@ -27,12 +27,10 @@
#include "renderEffects.cxx"
#include "renderModeAttrib.cxx"
#include "renderState.cxx"
#include "seaPatchNode.cxx"
#include "sceneGraphAnalyzer.cxx"
#include "sceneGraphReducer.cxx"
#include "selectiveChildNode.cxx"
#include "sequenceNode.cxx"
//#include "shaderNode.cxx"
#include "showBoundsEffect.cxx"
#include "spotlight.cxx"
#include "switchNode.cxx"