Merge pull request #4 from maxartz15/develop

Update README.md
This commit is contained in:
max 2021-06-24 21:04:49 +02:00 committed by GitHub
commit 4499f67f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,8 @@ 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. - (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. - 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. - 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)? - Split different modules into separate packages (LOD generation, animation baker + shaders, and the animation system)?
- Multi-material and/or sub-meshes support.
## Used By ## Used By