File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
external_library/java/PixelFlow Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
88java_import 'com.thomasdiewald.pixelflow.java.geometry.DwHalfEdge'
99java_import 'com.thomasdiewald.pixelflow.java.geometry.DwIFSGrid'
1010java_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
2625end
2726
2827def setup
29- PeasyCam . new ( self , 1000 )
28+ ArcBall . init ( self )
3029 create_mesh ( 4 ) # initial setting
3130 @display_stroke = true
3231 @shp_gizmo = nil
You can’t perform that action at this time.
0 commit comments