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
This violates the Processing convention (Java class convention) that sketch folders and files have the same name. It should be named:
examples/Libraries/He_Mesh/Demo/Demo.rpde
However, when renamed and run, it fails with a hung applet and a sketch console error:
null
at rprocessing.exception.RSketchError.toSketchException(Unknown Source)
at rprocessing.RLangPApplet$3.uncaughtException(Unknown Source)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
at java.lang.Thread.dispatchUncaughtException(Thread.java:1959)
Tested with (same error):
Processing.R 1.0.8, he_mesh 2019.0.0 and peasycam 302
Processing.R 1.0.8, he_mesh 2019.0.2 and peasycam 302
The text was updated successfully, but these errors were encountered:
The first He_Mesh example is named:
This violates the Processing convention (Java class convention) that sketch folders and files have the same name. It should be named:
However, when renamed and run, it fails with a hung applet and a sketch console error:
Tested with (same error):
The text was updated successfully, but these errors were encountered: