> For the complete documentation index, see [llms.txt](https://lfdocs.lookingglassfactory.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lfdocs.lookingglassfactory.com/software/index/prefabs/3d-cursor.md).

# 3D Cursor

The 3D Cursor is a special component designed to make it easier to navigate 3D scenes on the Looking Glass. It works similar to a normal mouse cursor, but adds the ability to sample the 3D scene so the cursor will adapt to your model. This allows you to point out and select objects regardless of what distance they are from the camera. Combined with the orbit controls script this provides a simple way to cleanly navigate a scene.

By default, the 3D cursor will scale with the Hologram CAmera object so that it will always be visible, you can disable this if you'd wish to manually control the size of the cursor.

For more information on how the fields work, consult the [Cursor3D.cs script reference](/software/index/script-reference/cursor3d.cs.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lfdocs.lookingglassfactory.com/software/index/prefabs/3d-cursor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
