mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
missing includes
This commit is contained in:
parent
557abfae5e
commit
adabf179e2
@ -19,13 +19,15 @@
|
|||||||
#include "graphicsStateGuardianBase.h"
|
#include "graphicsStateGuardianBase.h"
|
||||||
#include "graphicsOutputBase.h"
|
#include "graphicsOutputBase.h"
|
||||||
#include "nodePath.h"
|
#include "nodePath.h"
|
||||||
|
#include "shaderAttrib.h"
|
||||||
|
#include "renderState.h"
|
||||||
|
#include "renderAttrib.h"
|
||||||
|
|
||||||
class AmbientLight;
|
class AmbientLight;
|
||||||
class DirectionalLight;
|
class DirectionalLight;
|
||||||
class PointLight;
|
class PointLight;
|
||||||
class Spotlight;
|
class Spotlight;
|
||||||
class LightAttrib;
|
class LightAttrib;
|
||||||
class ShaderAttrib;
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Class : ShaderGenerator
|
// Class : ShaderGenerator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user