Update README.md

- Readme info
- License fix
This commit is contained in:
max 2021-06-24 20:59:38 +02:00
parent aa4e7e6488
commit f560ad8347
3 changed files with 16 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,7 +1,5 @@
MIT License
Overall package is licensed under MIT, unless otherwise noted in the 3rd party licenses file and/or source code.
Copyright (c) 2020 Tech Art Outsource
Permission is hereby granted, free of charge, to any person obtaining a copy
@ -20,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

View File

@ -20,7 +20,6 @@ Render tens of thousands of models at the same time each with its own animation
- Interpolation
- Normal encoding and decoding
- Shader graph support
- Animation blending
### Model Baker
@ -70,10 +69,23 @@ Full shader graph support.
- Example 2: Contains an animation system that shows how you could setup animated characters and a spawning system to test performance.
- Example 3: MonoBehaviour example for if you are not using DOTS.
## Extra Info
This project is developed by the TAO (Tech Art Outsource) group at BUAS (Breda University of Applied Sciences).
![](Documentation~/Images/BUASLogo.png)
There are plenty of improvements to be made, e.g.:
- (Optional) per bone vertex animation (instead of per-vertex), this can reduce the texture size needed to store the animations.
- Add option to export rotation map separately instead of compressing into the alpha channel, this will make it slower but higher quality.
- The LOD generation is very basic and slow, the ability to swap out algorithms would be cool.
Split different modules into separate packages (LOD generation, animation baker + shaders, and the animation system)?
## Used By
- [Project Castle](https://store.steampowered.com/app/1517150/Project_Castle/)
- [Vedelem: The Golden Horde](https://store.steampowered.com/app/1517150/Vedelem_The_Golden_Horde/)
- Your project?
## LICENSE
Overall package is licensed under [MIT](/LICENSE.md), unless otherwise noted in the [3rd party licenses](/THIRD%20PARTY%20NOTICES.md) file and/or source code.
Overall package is licensed under [MIT](/LICENSE.md), unless otherwise noted in the [3rd party licenses](/THIRD%20PARTY%20NOTICES.md) file and/or source code.