mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
pgraph: Fix use of incomplete GeomNode in PT(GeomNode)
This commit is contained in:
parent
a971bc1dfc
commit
69d5fcf3b0
@ -20,6 +20,7 @@
|
|||||||
#include "pStatCollector.h"
|
#include "pStatCollector.h"
|
||||||
#include "pointerTo.h"
|
#include "pointerTo.h"
|
||||||
#include "luse.h"
|
#include "luse.h"
|
||||||
|
#include "geomNode.h"
|
||||||
|
|
||||||
class CullableObject;
|
class CullableObject;
|
||||||
class GraphicsStateGuardianBase;
|
class GraphicsStateGuardianBase;
|
||||||
@ -27,7 +28,6 @@ class SceneSetup;
|
|||||||
class TransformState;
|
class TransformState;
|
||||||
class RenderState;
|
class RenderState;
|
||||||
class PandaNode;
|
class PandaNode;
|
||||||
class GeomNode;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A collection of Geoms and their associated state, for a particular scene.
|
* A collection of Geoms and their associated state, for a particular scene.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user