2
0
Эх сурвалжийг харах

FX: Fix "Unlit" material creation

trethaller 4 жил өмнө
parent
commit
b8aefeff45
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      hide/view/FXEditor.hx

+ 3 - 1
hide/view/FXEditor.hx

@@ -193,7 +193,9 @@ private class FXSceneEditor extends hide.comp.SceneEditor {
 							PBR: {
 								mode: "BeforeTonemapping",
 								blend: "Alpha",
-								shadows: false
+								shadows: false,
+								culling: "Back",
+								colorMask: 0xff
 							}
 						}
 						if(onMake != null) onMake(p);