Three Plus
  • 👋Welcome
  • 🛠️COMPONENTS
    • 🎁Assets
      • ⚫Cube Map
      • ⚫Cube Maps
      • ⚫Environment Maps
      • ⚫Icon Images
    • 🎥Cameras
      • ⚫Camera Orthographic
      • ⚫Camera Perspective
      • ⚫Camera Animate
    • 📖Doc
      • ⚫Reference Objects
      • ⚫Reference View
      • ⚫Ref PBR Base
      • ⚫Ref PBR Finishes
      • ⚫Ref PBR Opacity
      • ⚫Ref PBR Surface
      • ⚫Ref PBR Volumetrics
    • ➕Helpers
      • ⚫Axes
      • ⚫Grid
      • ⚫Display Normals
      • ⚫Display Tangents
      • ⚫Display Boundary
      • ⚫Display Lights
      • ⚫Add Model Data
      • ⚫Add Model Link
    • 💡Lights
      • ⚫Ambient Light
      • ⚫Directional Light
      • ⚫Hemisphere Light
      • ⚫Point Light
      • ⚫Spot Light
      • ⚫Add Shadows
    • ⚪Materials
      • 🧱Material Shaders
        • ⚫Basic Material
        • ⚫Lambert Material
        • ⚫Phong Material
        • ⚫Shadow Material
        • ⚫Toon Material
        • ⚫Physical Material
        • ⚫Standard Material
        • ⚫Depth Material
        • ⚫Normal Material
      • 🗺️Material Maps
        • ⚫Flat Shading
        • ⚫Show Edges
        • ⚫Wireframe
        • ⚫Bump Map
        • ⚫Clearcoat Map
        • ⚫Displacement Map
        • ⚫Emissive Map
        • ⚫Metalness Map
        • ⚫Normal Map
        • ⚫Opacity Map
        • ⚫Roughness Map
        • ⚫Sheen Map
        • ⚫Texture Map
        • ⚫Volumetric Map
      • ✏️Material Graphics
        • ⚫Graphics
        • ⚫Point Cloud
    • 🎬Scene
      • ⚫Scene
      • ⚫Ambient Occlusion
      • ⚫Atmosphere
      • ⚫Environment
      • ⚫Ground
      • ⚫Outline
      • ⚫Sky
    • 💾Output
      • ⚫Save HTML
      • ⚫ToHtml
      • ⚫Save Json
      • ⚫ToJson
      • ⚫DeSerialize Bitmap
      • ⚫Serialize Bitmap
    • 💎Shapes
      • ⚫Box Geometry
      • ⚫Circle Geometry
      • ⚫Cone Geometry
      • ⚫Cylinder Geometry
      • ⚫Dodecahedron Geometry
      • ⚫Icosahedron Geometry
      • ⚫Octahedron Geometry
      • ⚫Plane Geometry
      • ⚫Sphere Geometry
      • ⚫Tetrahedron Geometry
      • ⚫Torus Geometry
      • ⚫Torus Knot Geometry
  • 🔗Dependencies
Powered by GitBook
On this page
  • Description
  • Usage
  1. COMPONENTS
  2. Scene

Sky

Adds a generated sky box map to a scene

PreviousOutlineNextOutput

Last updated 3 years ago

Description

Adds a generated sky box map to a scene based on location and atmospheric properties with an optional coordinated directional light.

Name | Sky

Nickname | Sky

Tab | ThreeJs

Panel | Scene

Division | 2

A | Altitude (Number) | The altitude value.

Z | Azimuth (Number) | The azimuth value.

T | Turbidity (Number) | The turbidity value.

R | Rayleigh (Number) | The Rayleigh value.

E | Exposure (Number) | The Exposure value.

C | Coefficient (Number) | The Coefficient value.

D | Directional (Number) | The Directional value.

E | Environment (Bool) | If true, the environment will illuminate the scene

S | Sun Color (Colour) | An optional sun color. If a color is provided a directional light representing the sun will be created. If empty, no directional lighting will be added.

E | Scene Element (T+ Scene Element) | A Sky Three Plus Scene Modifier Element

none

Usage

🛠️
🎬
⚫