Redo main scene

Much simpler XR setup based on Bastiaan Olij's Dev stream 58
Correctly applied bone deformation in Mi-2 model
This commit is contained in:
attila-vr 2025-02-18 11:34:59 +01:00
parent 9ebb025f8a
commit 4ddccdaf62
15 changed files with 181 additions and 104 deletions

View file

@ -1,11 +0,0 @@
from os import path
from shutil import copytree
# add repository root path
root_path = path.abspath(path.dirname(__file__))
copytree(
path.join(root_path, 'modules', 'godot-xr-tools', 'addons'),
path.join(root_path, 'project', 'addons'),
dirs_exist_ok=True,
)