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:
parent
9ebb025f8a
commit
4ddccdaf62
15 changed files with 181 additions and 104 deletions
|
|
@ -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,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue