File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
jme3-core/src/main/java/com/jme3/material Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2009-2021 jMonkeyEngine
2+ * Copyright (c) 2009-2025 jMonkeyEngine
33 * All rights reserved.
44 *
55 * Redistribution and use in source and binary forms, with or without
3838 */
3939public 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" ;
41+ 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" ;
46+ public static final String BILLBOARD = "Common/MatDefs/Misc/Billboard.j3md" ;
47+ public static final String GUI = "Common/MatDefs/Gui/Gui.j3md" ;
4448
4549 /**
4650 * A private constructor to inhibit instantiation of this class.
4751 */
4852 private Materials () {
4953 }
50- }
54+ }
You can’t perform that action at this time.
0 commit comments