File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module Render
1616 java_import 'monkstone.vecmath.ShapeRender'
1717 end
1818
19- PROCESSING = Java ::MonkstoneNoise ::NoiseMode ::PERLIN
19+ VALUE = Java ::MonkstoneNoise ::NoiseMode ::PERLIN
2020 SIMPLEX = Java ::MonkstoneNoise ::NoiseMode ::SIMPLEX
2121
2222 # This class is the base class the user should inherit from when making
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PROCESSING_GITHUB = 'https://github.com/processing'
1111PROPANE_EXAMPLES = 'https://github.com/ruby-processing/propane-examples'
1212VIDEO = 'video.zip'
1313DOWNLOAD = 'releases/download/latest'
14- EXAMPLES = '2.9 '
14+ EXAMPLES = '3.0 '
1515HOME_DIR = ENV [ 'HOME' ]
1616LIBRARY = File . join ( HOME_DIR , '.propane' , 'libraries' )
1717MAC_OR_LINUX = /linux|mac|darwin/ . match? ( RbConfig ::CONFIG [ 'host_os' ] )
You can’t perform that action at this time.
0 commit comments