mirror of https://github.com/buggins/dlangui.git
fix build error:
This commit is contained in:
parent
84fe6a3467
commit
3aa01e9065
|
@ -4,11 +4,14 @@ public import dlangui.core.config;
|
||||||
static if (ENABLE_OPENGL):
|
static if (ENABLE_OPENGL):
|
||||||
|
|
||||||
import dlangui.graphics.scene.drawableobject;
|
import dlangui.graphics.scene.drawableobject;
|
||||||
import dlangui.graphics.scene.mesh;
|
|
||||||
import dlangui.graphics.scene.material;
|
|
||||||
import dlangui.graphics.scene.light;
|
|
||||||
|
|
||||||
class Model : DrawableObject {
|
class Model : DrawableObject {
|
||||||
|
import dlangui.graphics.scene.mesh;
|
||||||
|
import dlangui.graphics.scene.material;
|
||||||
|
import dlangui.graphics.scene.light;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
protected MaterialRef _material;
|
protected MaterialRef _material;
|
||||||
protected MeshRef _mesh;
|
protected MeshRef _mesh;
|
||||||
protected bool _autobindLights = true;
|
protected bool _autobindLights = true;
|
||||||
|
|
Loading…
Reference in New Issue