You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that the array size instead of the number of points (= array size divided by two) is passed to Nuklear.
Here is a Clojure snippet using a float buffer of size 6.
Instead of rendering a blue triangle and a white polyline, the polygon seems to be connected to the point (0, 0):
Version
3.3.3
Platform
Linux x64
JDK
openjdk 17.0.11 2024-04-16
Module
Nuklear
Bug description
I suspect that the array size instead of the number of points (= array size divided by two) is passed to Nuklear.
Here is a Clojure snippet using a float buffer of size 6.
Instead of rendering a blue triangle and a white polyline, the polygon seems to be connected to the point
(0, 0)
:The
nk_fill_polygon
and similar methods need to be passed a point count.This issue also has been reported here.
Stacktrace or crash log output
No response
The text was updated successfully, but these errors were encountered: