> For the complete documentation index, see [llms.txt](https://docs.artar.es/project-creation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artar.es/project-creation/wall-and-general-principles-of-ar-operation.md).

# Wall and general principles of AR operation

<figure><img src="/files/60a1b3d49e11eadaa05f4cc587df498b0e20036e" alt=""><figcaption></figcaption></figure>

**Wall (wall)** – a type of object with its own properties.\
In the editor it is indicated in red (square or rectangle).

**You only need to know three principles to work correctly with a wall:**\
1\. In the object tree the Wall must be above the object it covers.\
2\. The Wall must be closer to the camera (the z value in Position).\
3\. If the Transparent checkbox is set for the wall, it can only cover a transparent object.

<figure><img src="/files/87b3686e067d08dd48f2cc6dde9860b6b6a4f1ed" alt=""><figcaption></figcaption></figure>

**Wall** invisible because it does not draw colors, but it writes to depth, i.e. formally it is opaque. This means it affects all objects that come after it in the scene, as well as all transparent objects.\
\
Objects in the project have properties and parameters in the coordinate system x; y; z.\
Accordingly, objects positioned closer to the camera cover those that are farther away. Just like in the physical three-dimensional world. But there are nuances.\
\
The general rule is that opaque objects are drawn first in the order they appear in the scene, and then transparent ones are drawn from far to near.\
\
The "Text" object is transparent by default and cannot be otherwise.

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

An object can be conditionally transparent if you check the Transparency box but leave the value at 1. That is, the transparency is not visible to the eye, but the object will behave differently.

For example, there are cases when an image is displayed incorrectly (edges have artifacts); it is enough to check the Transparent box and the edges will smooth out.


---

# 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.artar.es/project-creation/wall-and-general-principles-of-ar-operation.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.
