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 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 Copyright (c) 2020 Tech Art Outsource
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -20,7 +20,6 @@ Render tens of thousands of models at the same time each with its own animation
- Interpolation - Interpolation
- Normal encoding and decoding - Normal encoding and decoding
- Shader graph support - Shader graph support
- Animation blending
### Model Baker ### Model Baker
@ -70,9 +69,22 @@ 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 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. - 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 ## 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 ## LICENSE