From 924d5092a2bfb05f348802cc6f83ce114255366b Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Tue, 15 Sep 2020 16:03:05 +0200 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffc7cb..e61b4bb 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ for (let i = 0; i < 1000; i++) { imesh.instanceMatrix.needsUpdate = true; ``` -## GTLF +## GLTF Take a look at [TestGLTF.vue](/src/components/TestGLTF.vue).