From 50d158c7c641d3c8f1733753ee7ce06b20b5f2f6 Mon Sep 17 00:00:00 2001 From: Sander Moolin Date: Fri, 26 Mar 2021 12:25:29 -0400 Subject: [PATCH] more docs --- src/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/README.md b/src/core/README.md index 259d6b6..7f0f454 100644 --- a/src/core/README.md +++ b/src/core/README.md @@ -28,7 +28,7 @@ See [here](https://troisjs-instancedcolors.netlify.app/) for an example ([source ### Object3D additions -New Object3D props (all optional): +See [here](https://troisjs-pointer-tester-demo.netlify.app/) for an example ([source](https://github.com/SaFrMo/trois-examples/blob/pointer-tester-demo/src/components/PointerTester.vue)). New Object3D props (all optional): * `onPointerEnter`: Function, accepts an object with properties `{ object, intersect }`, containing the object being hovered and the actual intersection. * `onPointerOver`: Function, accepts an object with properties `{ object, intersect }`, containing the object being hovered and the actual intersection.