From 6e0fbd26c839e053b0d45ec90d843ba9d209e1be Mon Sep 17 00:00:00 2001 From: Filip Zavadil Date: Wed, 3 May 2023 22:12:05 +0200 Subject: [PATCH 1/2] Update README.md Fix wrong marker URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 410e96d..c445778 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ npm i @artcom/react-three-arjs ## Usage -Provide a [camera_para.dat](./example/data/camera_para.dat) file in your public folder, default path is `data/camera_para.dat`. See the [example](./example). +Provide a [hiro.patt](./example/data/hiro.patt) file in your public folder, default path is `data/hiro.patt`. See the [example](./example). ```jsx import ReactDOM from "react-dom" From 23c2c5586af5918f97290da5cdd1d1a7b005476a Mon Sep 17 00:00:00 2001 From: jens <4621891+j-era@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:01:02 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c445778..8af7033 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ npm i @artcom/react-three-arjs ## Usage -Provide a [hiro.patt](./example/data/hiro.patt) file in your public folder, default path is `data/hiro.patt`. See the [example](./example). +* Provide a [camera_para.dat](./example/data/camera_para.dat) file in your public folder, default path is `data/camera_para.dat`. +* Also put your used pattern files (e.g. hiro.patt) in your public folder. See the [example](./example). ```jsx import ReactDOM from "react-dom"