Class: AmbientLight

AL3D.AmbientLight

new AmbientLight(p)

Class that represents an Ambient light.
Parameters:
Name Type Description
p Object Object that represents an Ambient light.
Properties
Name Type Description
color number Light color.
density number Light intensity.
Author:
  • Ángel Luis Perales Gómez.
Source:

Extends

Members

orientation

Set the Object3D orientation.
Inherited From:
Source:

position

Return the Object3D position.
Inherited From:
Source:

rotation

Set the Object3D rotation.
Inherited From:
Source:

Methods

prepareToRender()

Prepare Object3D to render. This method update the position, orientation and scale
Inherited From:
Source: