Skip to content

Commit 2033dec

Browse files
authored
Update Materials: add Particle shader
1 parent 34524a9 commit 2033dec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838
*/
3939
public class Materials {
4040

41-
public static final String UNSHADED = "Common/MatDefs/Misc/Unshaded.j3md";
42-
public static final String LIGHTING = "Common/MatDefs/Light/Lighting.j3md";
43-
public static final String PBR = "Common/MatDefs/Light/PBRLighting.j3md";
4441
public static final String SHOW_NORMALS = "Common/MatDefs/Misc/ShowNormals.j3md";
42+
public static final String UNSHADED = "Common/MatDefs/Misc/Unshaded.j3md";
43+
public static final String LIGHTING = "Common/MatDefs/Light/Lighting.j3md";
44+
public static final String PBR = "Common/MatDefs/Light/PBRLighting.j3md";
45+
public static final String PARTICLE = "Common/MatDefs/Misc/Particle.j3md";
4546

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

0 commit comments

Comments
 (0)