mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
pt_EggTexture etc.
This commit is contained in:
parent
aac0d2c5ad
commit
45b451e23d
@ -27,6 +27,8 @@
|
|||||||
#include <luse.h>
|
#include <luse.h>
|
||||||
#include <eggTexture.h>
|
#include <eggTexture.h>
|
||||||
#include <eggMaterial.h>
|
#include <eggMaterial.h>
|
||||||
|
#include <pt_EggTexture.h>
|
||||||
|
#include <pt_EggMaterial.h>
|
||||||
#include <vector_PT_EggVertex.h>
|
#include <vector_PT_EggVertex.h>
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -90,10 +92,10 @@ public:
|
|||||||
CPT(LwoSurface) _surface;
|
CPT(LwoSurface) _surface;
|
||||||
|
|
||||||
bool _checked_material;
|
bool _checked_material;
|
||||||
PT(EggMaterial) _egg_material;
|
PT_EggMaterial _egg_material;
|
||||||
|
|
||||||
bool _checked_texture;
|
bool _checked_texture;
|
||||||
PT(EggTexture) _egg_texture;
|
PT_EggTexture _egg_texture;
|
||||||
|
|
||||||
CLwoSurfaceBlock *_block;
|
CLwoSurfaceBlock *_block;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user