Added raycast

Added making object interactable
Added slider + knob
This commit is contained in:
2024-07-07 16:19:12 +02:00
parent 0ee0eb63c0
commit ea4f06feed
8 changed files with 260 additions and 0 deletions

4
scenes/main.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Node3D
func _ready() -> void:
Input.mouse_mode = Input.MOUSE_MODE_CAPTURED