> For the complete documentation index, see [llms.txt](https://tsudaryo.gitbook.io/voxelcanvas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tsudaryo.gitbook.io/voxelcanvas/editor/environment-control.md).

# Environment Control

{% hint style="danger" %}
If you share model, Environment Control will not be taken over.
{% endhint %}

## Visual Control

### Field of View

You can change at camera icon in header.

![](/files/-MRrkRNLM6iaM_0KW9gS)

You can control Field of View.

![Field of view : min](/files/-MRrlC8wo1wh34gWu6vG)

![Field of view : max](/files/-MRrlMmzQjuubHUSjbOO)

### filters

You can change at camera icon in header.

1. vignette
2. bloom
3. sepia

![Post effects](/files/-MRrmL8lvDEfFwkmyRDl)

{% hint style="success" %}
Any post effects can be used in combination.
{% endhint %}

### Background Control

* tropical
* heliport
* single color

![backgrounds](/files/-MRrnBQ2jKHbxKWB1TRP)

{% hint style="info" %}
VOXELCANVAS using Image based lighting.
{% endhint %}

### Light Control

You can change at asterisk icon in header.

![](/files/-MRrnytDYAqmi8Wv7z8B)

![Light color : blue](/files/-MRroEOb8-y5jQPL6925)

## Platform

You can remove / show platform.

![](/files/-MRrocU7ij9mIS07WOlI)

Within the platform, it can be freely placed on top of voxels.


---

# 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://tsudaryo.gitbook.io/voxelcanvas/editor/environment-control.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.
