Skip to content

Commit d61985d

Browse files
Merge remote-tracking branch 'origin/Compute_Shader' into Compute_Shader
2 parents 92d280a + af5e348 commit d61985d

File tree

5 files changed

+10
-34
lines changed

5 files changed

+10
-34
lines changed

.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

Geometry_Sequence_Player_Package

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1 @@
1-
MIT License
2-
3-
Copyright (c) 2023 Elite Volumetric Capture Sqad
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
11-
12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
1+
Geometry Sequence Player © 2025 by Christopher Remde is licensed under Creative Commons Attribution-NonCommercial 4.0 International. To view a copy of this license, visit https://creativecommons.org/licenses/by-nc/4.0/

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
---
44

5-
### A package for Unity to stream large pointcloud and (textured) mesh sequences from disk
5+
### A package for Unity to efficiently playback large pointcloud and (textured) mesh sequences
66

77
https://github.com/Elite-Volumetric-Capture-Sqad/Unity_Geometry_Sequence_Streaming/assets/39704202/c3e611dc-285f-4e22-b411-04c9e2cb2321
88

9-
[Credits](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/docs/about/license-credits/)
9+
[Credits](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/about/license-credits/)
1010

1111
## Overview:
1212

13-
This package allows you to stream large and heavy geometric frame sequences (where each frame of an animated sequence is saved in a single file) inside of Unity.
13+
This package allows you to playback large and heavy geometric frame sequences (where each frame of an animated sequence is saved in a single file, like a 3D flipbook) inside of Unity.
1414
The package was orginally developed to allow playback of Volumetric Video captures, but can also be used to play any animated 3D-sequences, that are unsuitable for bone or blendshape workflows.
1515
Usecases are for example: Simulations (physics, fluids), animated meshes with changing topology and animated pointclouds.
1616

17-
[**Quickstart**](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/docs/quickstart/quick-start/)
17+
[**Quickstart**](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/)
1818

1919

2020
## Features
@@ -26,14 +26,10 @@ Usecases are for example: Simulations (physics, fluids), animated meshes with ch
2626

2727
## Install & Usage:
2828

29-
[Please see the documentation website](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/docs/quickstart/quick-start/)
29+
[Please see the documentation website](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/)
3030

3131
[Unity Forums Thread](https://forum.unity.com/threads/released-geometry-sequence-streaming.1453765/)
3232

3333
## License:
3434

35-
Licensed under the [MIT License](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Streaming/docs/about/license-credits/#mit-license)
36-
37-
## Thanks to:
38-
39-
Charite Experimental Surgery lab, for supporting much of the development: [Website](https://www.experimental-surgery.de/) | [Github](https://github.com/ExperimentalSurgery)
35+
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/BuildingVolumes/Unity_Geometry_Sequence_Player">Geometry Sequence Player</a> is licensed under <a href="https://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC 4.0 <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""> <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""> <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" alt=""></a></p>

0 commit comments

Comments
 (0)