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