Open
Description
The first He_Mesh example is named:
examples/Libraries/He_Mesh/demo.pde
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
Metadata
Metadata
Assignees
Labels
No labels