Skip to content

Commit ca50495

Browse files
authored
Materials: add Gui shader
1 parent 88d35e5 commit ca50495

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
@@ -44,6 +44,7 @@ public class Materials {
4444
public static final String PBR = "Common/MatDefs/Light/PBRLighting.j3md";
4545
public static final String PARTICLE = "Common/MatDefs/Misc/Particle.j3md";
4646
public static final String BILLBOARD = "Common/MatDefs/Misc/Billboard.j3md";
47+
public static final String GUI = "Common/MatDefs/Gui/Gui.j3md";
4748

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

0 commit comments

Comments
 (0)