> For the complete documentation index, see [llms.txt](https://janelia-flyem.gitbook.io/neutu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://janelia-flyem.gitbook.io/neutu/2d-proofreading/3d-window.md).

# 3D Visualization

The user can select 3D Body View from a selected body for 3D visualization. The selected body will be colored white or if in transparent mode the body will be colored. &#x20;

On the right panel besides the 2D view, you can find the buttons for opening 3D visualization windows:

* (H) Ball Cloud: High resolution ball cloud, which visualize the surface of a body as a collection of balls.
* (L) Ball Cloud: Low resolution ball cloud
* (H) Mesh: High resolution body mesh
* (L) Mesh: Low resolution body mesh
* Skeleton: Skeletonized bodies, which must be computed in advance.

![Buttons for Opening 3D Windows](/files/-LtXeNcmOIj6w56Pnpqr)

![3D Body View Window and selected body in 2D window](/files/-Lz9e_T879RZZywMj1-Z)

The menu bar on the top contains toggles for the viewing orientation, graph, control settings and objects. Graph mode is on and shows location of plane (arrow) currently active in 2D window.  X-Y-Z axis is conveniently located in the lower left hand corner.

Keyboard and mouse are used to zoom, rotate and translate the image in the 3D window as follows:

* Mouse wheel to zoom
* Left click + drag to rotate
* Shift + drag to translate up or down

NeuTu allows users to sync the body in the 3D view with the grayscale/segmentation displayed in the 2D view.  By hitting the "z" key and selecting any point in the 3D body, users can go to that plane in the 2D window.  The graph mode also displays the location of the grayscale plane shown in the 2D window.


---

# 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, and the optional `goal` query parameter:

```
GET https://janelia-flyem.gitbook.io/neutu/2d-proofreading/3d-window.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
