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
Expected result would be to simplify to just a Cube. Instead:
java.lang.Exception: java.lang.NumberFormatException: radius can not be negative
at com.neuronrobotics.bowlerstudio.scripting.ScriptingFileWidget$2.run(ScriptingFileWidget.java:337)
Caused by: java.lang.NumberFormatException: radius can not be negative
at eu.mihosoft.vrl.v3d.Sphere.toPolygons(Sphere.java:169)
at eu.mihosoft.vrl.v3d.Primitive.toCSG(Primitive.java:64)
at eu.mihosoft.vrl.v3d.RoundedCube.toPolygons(RoundedCube.java:103)
at eu.mihosoft.vrl.v3d.Primitive.toCSG(Primitive.java:64)
at eu.mihosoft.vrl.v3d.ItoCSG$toCSG.call(Unknown Source)
The text was updated successfully, but these errors were encountered:
Expected result would be to simplify to just a Cube. Instead:
java.lang.Exception: java.lang.NumberFormatException: radius can not be negative
at com.neuronrobotics.bowlerstudio.scripting.ScriptingFileWidget$2.run(ScriptingFileWidget.java:337)
Caused by: java.lang.NumberFormatException: radius can not be negative
at eu.mihosoft.vrl.v3d.Sphere.toPolygons(Sphere.java:169)
at eu.mihosoft.vrl.v3d.Primitive.toCSG(Primitive.java:64)
at eu.mihosoft.vrl.v3d.RoundedCube.toPolygons(RoundedCube.java:103)
at eu.mihosoft.vrl.v3d.Primitive.toCSG(Primitive.java:64)
at eu.mihosoft.vrl.v3d.ItoCSG$toCSG.call(Unknown Source)
The text was updated successfully, but these errors were encountered: