Skip to content

Commit

Permalink
Increasing size of vbad spans (GRIS-UdeM/SpatGRIS#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
OKGougou committed Oct 31, 2023
1 parent d1f8b6a commit 1602122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/source.gd
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func _ready():
vbap_multimesh_instance3D.transparency = src_transparency
vbap_multimesh_instance3D.set_cast_shadows_setting(GeometryInstance3D.ShadowCastingSetting.SHADOW_CASTING_SETTING_OFF)
vbap_multimesh.mesh = mmesh
mmesh.size = Vector3(0.15, 0.15, 0.15)
mmesh.size = Vector3(0.3, 0.3, 0.3)
# Set the format first.
vbap_multimesh.transform_format = MultiMesh.TRANSFORM_3D
# Then resize (otherwise, changing the format is not allowed).
Expand Down

0 comments on commit 1602122

Please sign in to comment.