Skip to content

Commit fec08b3

Browse files
authored
Update RenderState.setLineWidth javadoc. (#1948)
1 parent 8edb89a commit fec08b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2009-2022 jMonkeyEngine
2+
* Copyright (c) 2009-2023 jMonkeyEngine
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -983,6 +983,8 @@ public void setDepthFunc(TestFunction depthFunc) {
983983
* Sets the mesh line width.
984984
* Use this in conjunction with {@link #setWireframe(boolean)} or with a mesh in
985985
* {@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.
986988
*
987989
* @param lineWidth the line width.
988990
*/

0 commit comments

Comments
 (0)