diff --git a/en/doc/tutorials/voyager/lighting.md b/en/doc/tutorials/voyager/lighting.md new file mode 100644 index 0000000..7de477c --- /dev/null +++ b/en/doc/tutorials/voyager/lighting.md @@ -0,0 +1,42 @@ +--- +title: Lighting manual +description: Learn to setup lights in dpo-voyager +--- + +## Prerequisites + +This tutorial will use a lot of concepts from [THREE.js](https://threejs.org/). Some familiarity with the library is expected. + +## Default lighting + +The default scene is created with one **Sky** ([HemisphereLight](https://threejs.org/docs/?q=Hemisp#api/en/lights/HemisphereLight)) to provide global illumitation, and a **Sun** ([DirectionalLight](https://threejs.org/docs/?q=direct#api/en/lights/DirectionalLight)). + +## Features + +#### Light tuning + +The easiest way to tune lights is to change the `elevation` and `azimuth` of the sun in the node's settings. + +
+