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
16
16
java_import 'monkstone.vecmath.ShapeRender'
17
17
end
18
18
19
- PROCESSING = Java ::MonkstoneNoise ::NoiseMode ::PERLIN
19
+ VALUE = Java ::MonkstoneNoise ::NoiseMode ::PERLIN
20
20
SIMPLEX = Java ::MonkstoneNoise ::NoiseMode ::SIMPLEX
21
21
22
22
# 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'
11
11
PROPANE_EXAMPLES = 'https://github.com/ruby-processing/propane-examples'
12
12
VIDEO = 'video.zip'
13
13
DOWNLOAD = 'releases/download/latest'
14
- EXAMPLES = '2.9 '
14
+ EXAMPLES = '3.0 '
15
15
HOME_DIR = ENV [ 'HOME' ]
16
16
LIBRARY = File . join ( HOME_DIR , '.propane' , 'libraries' )
17
17
MAC_OR_LINUX = /linux|mac|darwin/ . match? ( RbConfig ::CONFIG [ 'host_os' ] )
You can’t perform that action at this time.
0 commit comments