Skip to content

Commit 34524a9

Browse files
authored
Update Materials.java
1 parent 9a10591 commit 34524a9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -41,10 +41,11 @@ public class Materials {
4141
public static final String UNSHADED = "Common/MatDefs/Misc/Unshaded.j3md";
4242
public static final String LIGHTING = "Common/MatDefs/Light/Lighting.j3md";
4343
public static final String PBR = "Common/MatDefs/Light/PBRLighting.j3md";
44+
public static final String SHOW_NORMALS = "Common/MatDefs/Misc/ShowNormals.j3md";
4445

4546
/**
4647
* A private constructor to inhibit instantiation of this class.
4748
*/
4849
private Materials() {
4950
}
50-
}
51+
}

0 commit comments

Comments
 (0)