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 9a10591 commit 34524a9Copy full SHA for 34524a9
1 file changed
jme3-core/src/main/java/com/jme3/material/Materials.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2021 jMonkeyEngine
+ * Copyright (c) 2009-2025 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -41,10 +41,11 @@ public class Materials {
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";
44
+ public static final String SHOW_NORMALS = "Common/MatDefs/Misc/ShowNormals.j3md";
45
46
/**
47
* A private constructor to inhibit instantiation of this class.
48
*/
49
private Materials() {
50
}
-}
51
+}
0 commit comments