From 211849340d156883823d53c0c08107096d99acb2 Mon Sep 17 00:00:00 2001 From: lmle Date: Thu, 30 Nov 2017 16:11:12 -0800 Subject: [PATCH] analize -> analyze --- three.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/three.js/README.md b/three.js/README.md index b5ebda3..1b09bff 100644 --- a/three.js/README.md +++ b/three.js/README.md @@ -7,7 +7,7 @@ It is the main part of my [AR.js effort](http://github.com/jeromeetienne/AR.js) threex.artoolkit is composed of 3 classes -- ```THREEx.ArToolkitSource``` : It is the image which gonna analized to do the position tracking. +- ```THREEx.ArToolkitSource``` : It is the image which is analyzed to do the position tracking. It can be the webcam, a video or even an image - ```THREEx.ArToolkitContext```: It is the main engine. It will actually find the marker position in the image source. -- GitLab