mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
geomContext has moved to gobj
This commit is contained in:
parent
50f7d0bce7
commit
5fe909bb4f
@ -29,7 +29,6 @@
|
||||
#include "parasiteBuffer.h"
|
||||
#include "hardwareChannel.h"
|
||||
#include "textureContext.h"
|
||||
#include "geomContext.h"
|
||||
|
||||
ConfigureDef(config_display);
|
||||
NotifyCategoryDef(display, "");
|
||||
@ -136,5 +135,4 @@ init_libdisplay() {
|
||||
HardwareChannel::init_type();
|
||||
ParasiteBuffer::init_type();
|
||||
TextureContext::init_type();
|
||||
GeomContext::init_type();
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "drawableRegion.cxx"
|
||||
#include "displayRegion.cxx"
|
||||
#include "geomContext.cxx"
|
||||
#include "graphicsChannel.cxx"
|
||||
#include "graphicsEngine.cxx"
|
||||
#include "graphicsLayer.cxx"
|
||||
|
Loading…
x
Reference in New Issue
Block a user