> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/basics/scenarios/3d-workflows.md).

# Using drawing tablets in 3D workflows

{% hint style="info" %}
For the overall buying guide: [Drawing tablet buying guide](/drawtab/buying.md)
{% endhint %}

## Overview

I do not do 3D work myself, so this document is based on feedback from others and what I have observed in online forums. Please share feedback in the [Discord server](/drawtab/resources/community/discord.md).

3D workflows tend to have some special needs, so this use case deserves separate guidance.

There are three main considerations for 3D workflows:

* Whether to get a pen display or pen tablet (the most common answer is pen display)
* What display resolution to get for the pen display
* What size for the pen display

## Pen display vs pen tablet

Based on my observation, most people doing 3D work use a pen display instead of a pen tablet.

However, what works for you depends on your workflow. See: [Pen tablets vs pen displays](/drawtab/buying/pen-tablets-vs-pen-displays.md)

## Display resolution of pen display

* 4K+ is RECOMMENDED
* 2.5K to 3K is OKAY
* 2K, 1080p, and lower - NOT RECOMMENDED

## Display size of pen display

* 19" to 32" recommended
  * I have personally noted a lot of 3D artists looking for a 24" display.
* 16" is OKAY
* 14 and lower - NOT RECOMMENDED

For general guidance on size: [Choosing the right size for a drawing tablet](/drawtab/buying/choosing-size.md)

## Prioritizing resolution and size

3D workflows typically involve many UI elements on screen at once, such as node editors. Higher resolutions make smaller text easier to read in these cases.

For example, this is the kind of UI that may need to be visible at once.

<figure><img src="/files/EqWyJvEmlVy3G5UzKHW8" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/4i1jCFVw3mzOrhVJJplM" alt="" width="563"><figcaption></figcaption></figure>

For this reason, some suggest prioritizing resolution first before size.

## Notes

Thanks to tablet enthusiast KoyoD for providing the guidance that this document is based on.


---

# 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://docs.sevenpens.com/drawtab/basics/scenarios/3d-workflows.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.
