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

Rounded Cube With 0 Radius Breaks #36

Open
JansenSmith opened this issue Apr 15, 2023 · 0 comments
Open

Rounded Cube With 0 Radius Breaks #36

JansenSmith opened this issue Apr 15, 2023 · 0 comments
Assignees
Labels

Comments

@JansenSmith
Copy link

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)

@JansenSmith JansenSmith self-assigned this Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant