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 8edb89a commit fec08b3Copy full SHA for fec08b3
jme3-core/src/main/java/com/jme3/material/RenderState.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009-2022 jMonkeyEngine
+ * Copyright (c) 2009-2023 jMonkeyEngine
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without
@@ -983,6 +983,8 @@ public void setDepthFunc(TestFunction depthFunc) {
983
* Sets the mesh line width.
984
* Use this in conjunction with {@link #setWireframe(boolean)} or with a mesh in
985
* {@link com.jme3.scene.Mesh.Mode#Lines} mode.
986
+ * Note: this does not work in OpenGL core profile. It only works in
987
+ * compatibility profile.
988
989
* @param lineWidth the line width.
990
*/
0 commit comments