> For the complete documentation index, see [llms.txt](https://xreal.gitbook.io/nrsdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/render-monomode.md).

# Render MonoMode

### Introduction

MonoMode is a specific mode within the AR system that enables a faux 3D viewing experience by utilizing a 2D display at a resolution of 1920\*1080, where the content for the left and right eyes is mirrored, simulating a 3D effect. When this mode is not activated, attempting to launch a 3D application without switching through Nebula to the 3D mode can lead to errors. However, if MonoMode is enabled, even without shifting to the 3D mode via Nebula, the application will not exit. Instead, it will display the content in a mirrored left and right eye mode, simulating a 3D effect, although it's not genuine 3D. This allows for greater flexibility in handling 3D content without necessarily adhering to the typical process of switching modes.

### How to Open MonoMode?

To enable MonoMode in your AR application, simply toggle "Support Mono Mode" within the NRKernelSessionConfig (disabled by default).

<figure><img src="/files/ev2ULVa3rj7lMMcHf2D6" alt=""><figcaption></figcaption></figure>


---

# 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://xreal.gitbook.io/nrsdk/v2.1.0/development/miscellaneous/render-monomode.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.
