> For the complete documentation index, see [llms.txt](https://www.xrdev.app/mixed-reality-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.xrdev.app/mixed-reality-docs/webxr-lessons/3d-on-the-web/project/threejs-scene.md).

# ThreeJS Scene

Although [Three.js](https://threejs.org/) creates scene, camera and light as well as the object, the code syntax is little different.

{% embed url="<https://jsfiddle.net/yonet3d/p3crufLn/6/>" %}
JSFiddle Three.js example
{% endembed %}

{% embed url="<https://youtu.be/1BbxT9_SFVw?t=603>" %}

{% embed url="<https://threejs.org/examples/#webgl_camera>" %}
ThreeJS Orthographic vs Perspective camera example
{% endembed %}

### Exercise

* [ ] Navigate to the code sample by clicking [Edit in JSFiddle](https://jsfiddle.net/yonet3d/p3crufLn/).&#x20;
* [ ] Uncomment the lines 18 and 19 by deleting '/\*' and '\*/'
* [ ] Press run to see the animation.&#x20;
* [ ] Change the values added to x and y rotation to see the result.
* [ ] Change the cube's position instead of the rotation value.&#x20;


---

# 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://www.xrdev.app/mixed-reality-docs/webxr-lessons/3d-on-the-web/project/threejs-scene.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.
