From 72f3f7784003b59d718741afcdd629ad6b381c79 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 18 Oct 2016 21:16:34 +0900 Subject: [PATCH] Update doc. --- examples/alembic_to_gltf/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/alembic_to_gltf/README.md b/examples/alembic_to_gltf/README.md index 3188166..0d2d739 100644 --- a/examples/alembic_to_gltf/README.md +++ b/examples/alembic_to_gltf/README.md @@ -8,6 +8,7 @@ * Alembic data with Ogawa backend only * Simple poly mesh only +* Simple curve only * Static mesh only(Use first time sample. no animation) ## Compile @@ -43,7 +44,7 @@ Here is an example JSON description of curves primitive. }, "material": "material_1", "mode": 0, - "extra" { + "extras" { "ext_mode" : "curves" } }