Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

directionalLight

Firtina Ozbalikci edited this page Oct 30, 2015 · 18 revisions

WikiInternal ComponentsObjectsLightsdirectionalLight

directionalLight

Creates a THREE.DirectionalLight

Attributes

shadowBias

number

quaternion

THREE.Quaternion

lookAt

THREE.Vector3

frustumCulled

bool

visible

bool

renderOrder

number

castShadow

bool

receiveShadow

bool

position

THREE.Vector3

rotation

THREE.Euler

name

string

updatesRefreshAllMaterials

bool

scale

THREE.Vector3

shadowDarkness

number

shadowMapWidth

number

shadowMapHeight

number

shadowCameraNear

number

shadowCameraFar

number

intensity

number

shadowCameraLeft

number

shadowCameraBottom

number

shadowCameraRight

number

shadowCameraTop

number

color

one of types [THREE.Color, number, string]

===

View Source
Clone this wiki locally