mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
Pgraph: Sources.pp config_pgraph and pgraph_composite2 corrected
This commit is contained in:
parent
e0245577d8
commit
28473b21fe
@ -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 \
|
||||
|
@ -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();
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user