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