diff --git a/docs/primitives/a-text.md b/docs/primitives/a-text.md index 6b8ce495338..55134e82c34 100644 --- a/docs/primitives/a-text.md +++ b/docs/primitives/a-text.md @@ -41,3 +41,11 @@ Wraps the [text component][text]. | wrap-count | text.wrapCount | | wrap-pixels | text.wrapPixels | | z-offset | text.zOffset | + +## Limitations + +To interact with the text via raycaster or cursor, we need to add geometry like a plane to the text. + +```html + +```