Skip to content

Commit 98ae665

Browse files
Merge v1.1.0 into main
2 parents 2463d0d + 278f53f commit 98ae665

File tree

98 files changed

+6521
-2442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+6521
-2442
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
/More_Examples
1+
/More_Examples
2+
3+
Converter/__pycache__/
4+
Converter/.venv/
5+
Converter/Sequence_Converter_UI.spec
6+
7+
GSS_UnityStore
8+
GSS_Premium
9+
GSS_AVP_Testproject
10+
Unity_Test_Project/Assets/TextMesh Pro/

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "Geometry_Sequence_Streaming_Package"]
2-
path = Geometry_Sequence_Streaming_Package
3-
url = https://github.com/Elite-Volumetric-Capture-Sqad/Geometry_Sequence_Streaming_Package.git
2+
path = Geometry_Sequence_Player_Package
3+
url = https://github.com/Elite-Volumetric-Capture-Sqad/Geometry_Sequence_Player_Package.git

Assets/Cube_Base_Logo.afphoto

20 KB
Binary file not shown.

Assets/GSS_Logo.afphoto

249 KB
Binary file not shown.

Assets/GSS_Logo_Title.afphoto

276 KB
Binary file not shown.

Assets/GS_Player_Icon.afphoto

23.5 KB
Binary file not shown.

Assets/GS_Player_Icon.png

5.33 KB
Loading

Assets/GS_Stream_Icon.png

10.8 KB
Loading

Assets/gss_logo.png

37.1 KB
Loading

Converter/.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{"name":"Python Debugger: Current File","type":"debugpy","request":"launch","program":"${file}","console":"integratedTerminal"},
8+
{
9+
"name": "Sequence Converter Debug",
10+
"type": "debugpy",
11+
"request": "launch",
12+
"program": "${workspaceFolder}/Sequence_Converter_UI.py",
13+
"console": "integratedTerminal"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)