From 3e64c05c9f0b67e9ec1ae71153012ce9f29277ad Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 11 Oct 2022 18:59:24 -0700 Subject: Add ability to leave board in world * Add VRLabs' World Constraint as a submodule * Add animations for world constraint * Add toggles for board * Add libunity.py (no content yet) * Support >30s transcription * Add board FBX --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0e8fa92 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "World-Constraint"] + path = World-Constraint + url = https://github.com/VRLabs/World-Constraint -- cgit v1.2.3