Skip to content

Commit fbd7ddd

Browse files
committed
update hemesh example
1 parent da395c7 commit fbd7ddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

external_library/java/hemesh/progress_reporter.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def settings
1515
def setup
1616
sketch_title 'Progress Reporter'
1717
ArcBall.init(self)
18-
@pr= WBlut::WB_ProgressReporter.new(5) # maximum depth of reporting
18+
# maximum depth of reporting 10
19+
@pr= WBlut::WB_ProgressReporter.new(10, data_path("log.txt"), false)
1920
pr.start
2021
create_mesh
2122
@render= WBlut::WB_Render.new(self)

0 commit comments

Comments
 (0)