mirror of
https://github.com/panda3d/panda3d.git
synced 2025-11-03 12:02:54 -05:00
fixes for tau
This commit is contained in:
parent
79f9d6c8b3
commit
58533ae46c
@ -84,6 +84,7 @@
|
|||||||
#include "shaderAttrib.h"
|
#include "shaderAttrib.h"
|
||||||
#include "shader.h"
|
#include "shader.h"
|
||||||
#include "showBoundsEffect.h"
|
#include "showBoundsEffect.h"
|
||||||
|
#include "stencilAttrib.h"
|
||||||
#include "spotlight.h"
|
#include "spotlight.h"
|
||||||
#include "stateMunger.h"
|
#include "stateMunger.h"
|
||||||
#include "switchNode.h"
|
#include "switchNode.h"
|
||||||
|
|||||||
@ -17,8 +17,10 @@
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "loaderFileType.h"
|
#include "loaderFileType.h"
|
||||||
|
#include "loaderOptions.h"
|
||||||
#include "config_pgraph.h"
|
#include "config_pgraph.h"
|
||||||
|
|
||||||
|
|
||||||
TypeHandle LoaderFileType::_type_handle;
|
TypeHandle LoaderFileType::_type_handle;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
@ -19,6 +19,7 @@
|
|||||||
#include "loaderFileTypeBam.h"
|
#include "loaderFileTypeBam.h"
|
||||||
#include "config_pgraph.h"
|
#include "config_pgraph.h"
|
||||||
#include "bamFile.h"
|
#include "bamFile.h"
|
||||||
|
#include "bamCacheRecord.h"
|
||||||
#include "loaderOptions.h"
|
#include "loaderOptions.h"
|
||||||
|
|
||||||
#include "dcast.h"
|
#include "dcast.h"
|
||||||
|
|||||||
@ -38,6 +38,8 @@
|
|||||||
#include "geometricBoundingVolume.h"
|
#include "geometricBoundingVolume.h"
|
||||||
#include "look_at.h"
|
#include "look_at.h"
|
||||||
#include "nodePath.h"
|
#include "nodePath.h"
|
||||||
|
#include "shaderAttrib.h"
|
||||||
|
#include "colorAttrib.h"
|
||||||
|
|
||||||
TypeHandle LODNode::_type_handle;
|
TypeHandle LODNode::_type_handle;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user