We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d35e5 commit ca50495Copy full SHA for ca50495
jme3-core/src/main/java/com/jme3/material/Materials.java
@@ -44,6 +44,7 @@ public class Materials {
44
public static final String PBR = "Common/MatDefs/Light/PBRLighting.j3md";
45
public static final String PARTICLE = "Common/MatDefs/Misc/Particle.j3md";
46
public static final String BILLBOARD = "Common/MatDefs/Misc/Billboard.j3md";
47
+ public static final String GUI = "Common/MatDefs/Gui/Gui.j3md";
48
49
/**
50
* A private constructor to inhibit instantiation of this class.
0 commit comments