Update README.md

This commit is contained in:
max 2021-02-19 02:40:06 +01:00
parent 8a19e0cc1f
commit 3d962cdeba
3 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

View File

@ -4,6 +4,8 @@
Import the sample assets to quickly get an idea on how to integrate vertex animation into your project. Import the sample assets to quickly get an idea on how to integrate vertex animation into your project.
![](Images/SampleAssets_01.gif)
## Components ## Components
### VA_ModelBaker ### VA_ModelBaker

View File

@ -1,6 +1,6 @@
# TECH ART OUTSOURCE - Vertex Animation # TECH ART OUTSOURCE - Vertex Animation
![ProjectCastle](Documentation~/Images/ProjectCastle_01.gif) ![](Documentation~/Images/ProjectCastle_01.gif)
A vertex animation baking tool, shaders, and animation system for Unity DOTS/ECS. A vertex animation baking tool, shaders, and animation system for Unity DOTS/ECS.
Render tens of thousands of models at the same time each with its own animation state. Render tens of thousands of models at the same time each with its own animation state.
@ -25,7 +25,7 @@ Render tens of thousands of models at the same time each with its own animation
Artist friendly GUI for converting models. Artist friendly GUI for converting models.
![ModelBaker](Documentation~/Images/VA_ModelBaker_01.png) ![](Documentation~/Images/VA_ModelBaker_01.png)
### DOTS Animation System ### DOTS Animation System
@ -55,7 +55,7 @@ protected override void OnUpdate()
Lit example shader (build in shader graph). Lit example shader (build in shader graph).
Full shader graph support. Full shader graph support.
![Shaders](Documentation~/Images/VA_Shaders_01.png) ![](Documentation~/Images/VA_Shaders_01.png)
## Install ## Install