Browse Source

Update Materials: add Billboard shader

Wyatt Gillette 3 tháng trước cách đây
mục cha
commit
88d35e5ea9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      jme3-core/src/main/java/com/jme3/material/Materials.java

+ 1 - 0
jme3-core/src/main/java/com/jme3/material/Materials.java

@@ -43,6 +43,7 @@ public class Materials {
     public static final String LIGHTING     = "Common/MatDefs/Light/Lighting.j3md";
     public static final String PBR          = "Common/MatDefs/Light/PBRLighting.j3md";
     public static final String PARTICLE     = "Common/MatDefs/Misc/Particle.j3md";
+    public static final String BILLBOARD    = "Common/MatDefs/Misc/Billboard.j3md";
 
     /**
      * A private constructor to inhibit instantiation of this class.