Skip to content

Commit 578b480

Browse files
committed
Update voxelization example
1 parent c29291f commit 578b480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volume/ex_planar_bspline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
pvolume.vis = vis.VisVoxel(vis.VisConfig(ctrlpts=False))
7979
pvolume.delta_u = pvolume.delta_v = 0.025
8080
pvolume.delta_w = 0.05
81-
pvolume.render(evalcolor="firebrick", use_mp=True, num_procs=16)
81+
pvolume.render(evalcolor="firebrick", num_procs=16)
8282

8383
# Extract the isosurface
8484
surfvol = construct.extract_isosurface(pvolume)

0 commit comments

Comments
 (0)