From 1261b6735c72ab6f3a9b432955b9464a6702dda3 Mon Sep 17 00:00:00 2001 From: Michael Brune Date: Wed, 13 Sep 2017 22:12:06 -0700 Subject: [PATCH] update curves to shorter more sane option. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b95b37d5..ce4ff289 100644 --- a/README.md +++ b/README.md @@ -326,11 +326,11 @@ Packing 4 channels of data into a texture (RGBA) is not recommended except for a | ----------------------- | ---------- | ---------- | -------------------------------- | | Animated Vector Field | VFA_ | | | | Camera Anim | CA_ | | | -| Color Curve | Curve_ | _Color | | -| Curve Table | Curve_ | _Table | | +| Color Curve | CC_ | | | +| Curve Table | CT_ | | | | Data Asset | *_ | | Prefix should be based on class. | | Data Table | DT_ | | | -| Float Curve | Curve_ | _Float | | +| Float Curve | FC_ | | | | Foliage Type | FT_ | | | | Force Feedback Effect | FFE_ | | | | Landscape Grass Type | LG_ | | | @@ -342,7 +342,7 @@ Packing 4 channels of data into a texture (RGBA) is not recommended except for a | Sprite Sheet | SS_ | | | | Static Vector Field | VF_ | | | | Touch Interface Setup | TI_ | | | -| Vector Curve | Curve_ | _Vector | | +| Vector Curve | VC_ | | |