We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aca19 commit 9dbb225Copy full SHA for 9dbb225
jme3-core/src/main/java/com/jme3/scene/debug/WireFrustum.java
@@ -160,7 +160,7 @@ public void update(Vector3f[] points) {
160
* @param points An array of 8 `Vector3f` objects representing the frustum's corners.
161
* @return A new `WireFrustum` instance.
162
*/
163
- public static WireFrustum makeFrustum(Vector3f[] points) {
+ public static Mesh makeFrustum(Vector3f[] points) {
164
return new WireFrustum(points);
165
}
166
0 commit comments