Successful test with motion platform and VR together

This commit is contained in:
Marek S. Łukasiewicz 2025-02-25 14:36:57 +01:00
parent 416aa8a392
commit 2824f77450
4 changed files with 18 additions and 7 deletions

View file

@ -1,7 +1,7 @@
extends Node
@export var browser_name: String = "browser"
@export var url: String = "http://localhost:5555/pfd"
@export var url: String = "http://192.168.1.2:5555/pfd"
# ==============================================================================
# Create a single browser named "browser_name" that is attached as child node to $CEF.