Skip to content

Commit

Permalink
add a 16^3 voxels resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
e2002e committed Aug 1, 2024
1 parent 150c07c commit 55d4e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blender/arm/props_renderpath.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,8 @@ class ArmRPListItem(bpy.types.PropertyGroup):
],
name="Voxels", description="Dynamic global illumination", default='Off', update=update_renderpath)
rp_voxelgi_resolution: EnumProperty(
items=[('32', '32', '32'),
items=[('16', '16', '16'),
('32', '32', '32'),
('64', '64', '64'),
('128', '128', '128'),
('256', '256', '256'),
Expand Down

0 comments on commit 55d4e3f

Please sign in to comment.