Skip to content

Commit b091029

Browse files
committed
Don't need peasycam here
1 parent cd80ffc commit b091029

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

external_library/java/PixelFlow/geometry_grid.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
# A Processing/Java library for high performance GPU-Computing (GLSL).
44
# MIT License: https://opensource.org/licenses/MIT
55
#
6-
load_libraries :PixelFlow, :peasycam
6+
load_libraries :PixelFlow
77

88
java_import 'com.thomasdiewald.pixelflow.java.geometry.DwHalfEdge'
99
java_import 'com.thomasdiewald.pixelflow.java.geometry.DwIFSGrid'
1010
java_import 'com.thomasdiewald.pixelflow.java.geometry.DwIndexedFaceSetAble'
11-
java_import 'peasy.PeasyCam'
1211
# A demo to create a Subdivision Cube, and either render it by as usual,
1312
# or convert it to a HalfEdge representation and use that for rendering and
1413
# more complex mesh operations/iterations.
@@ -26,7 +25,7 @@ def settings
2625
end
2726

2827
def setup
29-
PeasyCam.new(self, 1000)
28+
ArcBall.init(self)
3029
create_mesh(4) # initial setting
3130
@display_stroke = true
3231
@shp_gizmo = nil

0 commit comments

Comments
 (0)