# Zone Of View

**The Zone Of View (ZOV)**

Understanding the concept of the Zone of View (ZOV) is crucial to working with V-Nova PresenZ. In a standard precomputed rendering, a perspective camera projection is used, which is centered around a point of view (POV), or focal point. However, this type of rendering can cause issues in VR because the user’s perspective is locked to the POV, meaning that the user can’t see any objects that are not visible from this point of view. But in VR, the users can make head movements; those movements, like in real life, should change the perspective on the scene.  In VR, if we are locked to a single POV, this causes cybersickness, discomfort, and poor immersion.

V-Nova PresenZ, on the other hand, renders from a Zone Of View (ZOV) that gathers all the information that is visible from within this zone. The ZOV is a volume box with a default size of 1 by 1 meters and a height of 0.5 meters. However, this size can be adjusted.

The benefit of using the ZOV is that the user running the PresenZ Player can move freely inside this viewing volume and experience a proper perspective change on the pre-rendered 3D scene. This means that the user can explore the virtual world from different angles and viewpoints, like in real life, resulting in a more immersive and engaging VR experience.

![](/files/w76rv0XrOqBK9nh1TT4i)

{% hint style="info" %}
***Note:** When the user is outside of the ZOV, it appears as if he was looking through a portal to the VR  scene.*
{% endhint %}


---

# Agent Instructions: 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://docs.v-nova.com/technologies/v-nova.presenz/v-nova-presenz-documentation/zone-of-view.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.
