Skip to content

Commit

Permalink
VBAP spans do not go under the floor (issue issue GRIS-UdeM/SpatGRIS#424
Browse files Browse the repository at this point in the history
)
  • Loading branch information
OKGougou committed Nov 15, 2023
1 parent 62ba7e4 commit d649938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/SpeakerView.gd
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ var camera_zoom_velocity: float = 0.0
var sphere_grid
var cube_grid

var use_vbap_complete_sphere: bool = false

# MacOS click trough
var platform_is_macos: bool = false
var macos_get_mouse_events_process: int
Expand Down
2 changes: 1 addition & 1 deletion scripts/source.gd
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func update_vbap_spans():

vbap_multimesh_instance3D.visible = true
vbap_multimesh_instance3D.transparency = src_transparency
vbap_span_elevation = PI if speakerview_node.use_vbap_complete_sphere else PI / 2.0
vbap_span_elevation = PI / 2.0# PI for complete sphere

counter = 0
for i in NUM:
Expand Down

0 comments on commit d649938

Please sign in to comment.