Skip to content

Commit 88d35e5

Browse files
authored
Update Materials: add Billboard shader
1 parent 2033dec commit 88d35e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jme3-core/src/main/java/com/jme3/material/Materials.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class Materials {
4343
public static final String LIGHTING = "Common/MatDefs/Light/Lighting.j3md";
4444
public static final String PBR = "Common/MatDefs/Light/PBRLighting.j3md";
4545
public static final String PARTICLE = "Common/MatDefs/Misc/Particle.j3md";
46+
public static final String BILLBOARD = "Common/MatDefs/Misc/Billboard.j3md";
4647

4748
/**
4849
* A private constructor to inhibit instantiation of this class.

0 commit comments

Comments
 (0)