Skip to content

Commit feb3b4f

Browse files
author
monkstone
committed
correct vbo library
1 parent 846dbdc commit feb3b4f

File tree

2 files changed

+10
-0
lines changed
  • samples
    • external_library/java_processing/hemesh/library/vbo
    • processing_app/library/vecmath

2 files changed

+10
-0
lines changed

samples/external_library/java_processing/hemesh/library/vbo/mesh_to_vbo.rb renamed to samples/external_library/java_processing/hemesh/library/vbo/vbo.rb

File renamed without changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Notes on exporting vecmath sketches
2+
3+
There is issue exporting sketches with the vecmath library, but there is a workaround:-
4+
cd MvApp.app
5+
mkdir lib/library/lib
6+
mv lib/rpextras.jar lib/library/lib
7+
edit lib/library/vecmath.rb to `require_relative 'lib/rpextras'`
8+
9+
10+

0 commit comments

Comments
 (0)