trethaller 6 лет назад
Родитель
Сommit
bcab4aeeb0
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      h3d/scene/pbr/Light.hx

+ 0 - 7
h3d/scene/pbr/Light.hx

@@ -1,12 +1,5 @@
 package h3d.scene.pbr;
 
-enum ShadowMode {
-	None;
-	Dynamic;
-	Static;
-	Mixed;
-}
-
 class Light extends h3d.scene.Light {
 
 	var _color : h3d.Vector;