From 79a5ea40af421e02b5f496814e24d623462203ab Mon Sep 17 00:00:00 2001 From: Andreas Plesch Date: Sat, 15 Jul 2017 09:12:29 -0400 Subject: [PATCH 1/3] [doc] a-text.md, raycasting --- docs/primitives/a-text.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/primitives/a-text.md b/docs/primitives/a-text.md index 6b8ce495338..40d266d6794 100644 --- a/docs/primitives/a-text.md +++ b/docs/primitives/a-text.md @@ -41,3 +41,7 @@ Wraps the [text component][text]. | wrap-count | text.wrapCount | | wrap-pixels | text.wrapPixels | | z-offset | text.zOffset | + +## Limitations + +The generated text is not suitable for cursor or raycaster detection. Please add a geometry component. From 55eec3a2a10708f31820496f679726903c05c991 Mon Sep 17 00:00:00 2001 From: Andreas Plesch Date: Sat, 15 Jul 2017 17:22:25 -0400 Subject: [PATCH 2/3] Update a-text.md --- docs/primitives/a-text.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/primitives/a-text.md b/docs/primitives/a-text.md index 40d266d6794..469238d0bc5 100644 --- a/docs/primitives/a-text.md +++ b/docs/primitives/a-text.md @@ -14,6 +14,10 @@ Wraps the [text component][text]. ```html + + + + ``` ## Attributes @@ -44,4 +48,4 @@ Wraps the [text component][text]. ## Limitations -The generated text is not suitable for cursor or raycaster detection. Please add a geometry component. +To interact with the text via raycaster or cursor, we need to add geometry like a plane to the text. From a5147941321125a3bd8a4ebd0ed2f2b112a7de3f Mon Sep 17 00:00:00 2001 From: Andreas Plesch Date: Sat, 15 Jul 2017 20:04:22 -0400 Subject: [PATCH 3/3] Update a-text.md --- docs/primitives/a-text.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/primitives/a-text.md b/docs/primitives/a-text.md index 469238d0bc5..55134e82c34 100644 --- a/docs/primitives/a-text.md +++ b/docs/primitives/a-text.md @@ -14,10 +14,6 @@ Wraps the [text component][text]. ```html - - - - ``` ## Attributes @@ -49,3 +45,7 @@ Wraps the [text component][text]. ## Limitations To interact with the text via raycaster or cursor, we need to add geometry like a plane to the text. + +```html + +```