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
When using drawer.bezierPatch() with a shadeStyle and passing a parameter("foo", 1.0), the parameter is not present in the generated shader. Commenting out drawer.bezierPatch() makes the program run.
GLSL compilation problems in
0:35(16): error: `p_foo' undeclared
0:35(11): error: cannot construct `vec4' from a non-numeric data type
hamoid
changed the title
Bug report: BezierPatchDrawer doesn't include parameter passed by the user
BezierPatchDrawer doesn't include parameter passed by the user
Dec 17, 2024
hamoid
changed the title
BezierPatchDrawer doesn't include parameter passed by the user
BezierPatchDrawer doesn't include shadeStyle parameter passed by the user
Dec 17, 2024
Operating System
Linux
OPENRNDR version
0.4.4 or SNAPSHOT
ORX version
0.4.4 or SNAPSHOT
Java version (if applicable)
No response
Describe the bug
When using
drawer.bezierPatch()
with ashadeStyle
and passing aparameter("foo", 1.0)
, the parameter is not present in the generated shader. Commenting outdrawer.bezierPatch()
makes the program run.Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: