ncannasse il y a 8 ans
Parent
commit
305895e09d
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      h3d/mat/MaterialSetup.hx

+ 7 - 0
h3d/mat/MaterialSetup.hx

@@ -73,6 +73,13 @@ class MaterialSetup {
 				culled : false,
 				lighted : true,
 			};
+		case "trail3D":
+			props = {
+				kind : Opaque,
+				shadows : false,
+				culled : false,
+				lighted : true,
+			};
 		default:
 			props = {
 				kind : Opaque,