Skip to content

Commit

Permalink
It seems to pretty much always be better to just group all of the vox…
Browse files Browse the repository at this point in the history
…els of the same color together.
  • Loading branch information
Carifio24 committed Jan 2, 2025
1 parent 9c23fa1 commit a14f57e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions glue_ar/common/volume_export_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ class ARVoxelExportOptions(State):
"rounded to the nearest integer multiple of this value.",
)

log_voxels_per_mesh = RangedCallbackProperty(
default=7,
min_value=0,
max_value=7,
docstring="Controls how many voxels are put into each mesh. "
"Higher means a larger filesize, but better performance."
)
# log_voxels_per_mesh = RangedCallbackProperty(
# default=7,
# min_value=0,
# max_value=7,
# docstring="Controls how many voxels are put into each mesh. "
# "Higher means a larger filesize, but better performance."
# )

0 comments on commit a14f57e

Please sign in to comment.