Skip to content

Commit 5948528

Browse files
author
Christopher Remde
committed
Merge remote-tracking branch 'origin/main'
2 parents c059079 + f1ae13b commit 5948528

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

README.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,40 @@
44

55
### A package for Unity to efficiently playback large pointcloud and (textured) mesh sequences
66

7-
https://github.com/Elite-Volumetric-Capture-Sqad/Unity_Geometry_Sequence_Streaming/assets/39704202/c3e611dc-285f-4e22-b411-04c9e2cb2321
7+
[![Geometry Sequence Player Trailer](https://github.com/user-attachments/assets/502183ce-d2ac-40d2-9211-60332fd4551b)](https://www.youtube.com/watch?v=5HA_HwtjIu0)
88

9-
[Credits](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/about/license-credits/)
9+
10+
### [Quickstart](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/) | [Documentation](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/) | [Unity Asset Store](https://u3d.as/3suF) | [Unity Forums Thread](https://discussions.unity.com/t/released-geometry-sequence-player/921802) | [License](#license)
1011

1112
## Overview:
1213

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.
14-
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.
15-
Usecases are for example: Simulations (physics, fluids), animated meshes with changing topology and animated pointclouds.
14+
This package for the Unity game engine allows you to playback large and complex geometric sequences. In a geometry sequence, each frame consists out of an individual mesh or pointcloud, which is then shown at short intervalls to create the illusion of a animation, kind of like a 3D flipbook. 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, like for example...
15+
16+
## Usecases:
1617

17-
[**Quickstart**](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/)
18+
Pointclouds | Meshes | Textured Meshes
19+
:-------------------------:|:-------------------------:|:-------------------------:
20+
![](https://github.com/user-attachments/assets/c2bcbd1d-a257-4c83-b020-54709dc75ba2) | ![](https://github.com/user-attachments/assets/fc6293ff-12d5-4a01-9e5b-32949e379b54) | ![](https://github.com/user-attachments/assets/944992ae-b5a5-4734-bed7-aff7098eafc3)
1821

1922

20-
## Features
21-
- Streams sequences directly from disk, no import into Unity needed
22-
- Support for animated Pointclouds, Meshes and Textures
23-
- Control your playback with a custom Editor UI
24-
- Timeline support
25-
- Scripting API
23+
24+
- 🌊 Pre-Rendered fluid caches
25+
- ⛓️‍💥 Baked Physiscs simulations
26+
- 🟧 Animated Procedural meshes
27+
- 🙋‍♀️ 4D scans with per frame textures
28+
- 🎞️ Volumetric videos
29+
- 📷 Pointclouds captured by RGBD sensors (Kinect, Realsense, Lidar)
30+
- 🌐 Data visualisations
31+
2632

2733
## Install & Usage:
2834

29-
[Please see the documentation website](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/)
35+
Please see the [documentation website](https://buildingvolumes.github.io/Unity_Geometry_Sequence_Player/docs/quickstart/quick-start/) on how to get started!
3036

31-
[Unity Forums Thread](https://forum.unity.com/threads/released-geometry-sequence-streaming.1453765/)
37+
If you encounter any problems or have questions, please open an issue or visit the [Unity Forums Thread](https://forum.unity.com/threads/released-geometry-sequence-streaming.1453765/)
3238

3339
## License:
3440

41+
With Version 1.1.0 of the package, we changed our license model from MIT license to the **Creative Commons By-Attribution Non-Commercial license**. To use the package in a commercial setting, or if you want to support the development, you can [buy a copy on the Unity Asset Store](https://u3d.as/3suF). This allows us to develop this plugin more sustainably and helps to improve the package for the whole community. Thank you very much for your support!
42+
3543
<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)