Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RenderState.setLineWidth javadoc #1948

Merged
merged 1 commit into from
Feb 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion jme3-core/src/main/java/com/jme3/material/RenderState.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2009-2022 jMonkeyEngine
* Copyright (c) 2009-2023 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -983,6 +983,8 @@ public void setDepthFunc(TestFunction depthFunc) {
* Sets the mesh line width.
* Use this in conjunction with {@link #setWireframe(boolean)} or with a mesh in
* {@link com.jme3.scene.Mesh.Mode#Lines} mode.
* Note: this does not work in OpenGL core profile. It only works in
* compatibility profile.
*
* @param lineWidth the line width.
*/
Expand Down