dojox
»
gfx3d
» lighting
dojox.gfx3d.lighting
dojo.require("dojox.gfx3d.lighting");
defined in dojox/gfx3d/lighting.js
Constructors
Back to top
Only private and/or inherited constructors are available.
dojox.gfx3d.lighting.Model
(incident, lights, ambient, specular)
Functions
Back to top
Only private and/or inherited functions are available.
dojox.gfx3d.lighting.add
(a, b)
dojox.gfx3d.lighting.addColor
(a, b)
dojox.gfx3d.lighting.black
()
dojox.gfx3d.lighting.diff2Color
(c1, c2)
dojox.gfx3d.lighting.diffuse
(normal, lights)
dojox.gfx3d.lighting.dot
(a, b)
dojox.gfx3d.lighting.faceforward
(n, i)
dojox.gfx3d.lighting.fromStdColor
(c)
dojox.gfx3d.lighting.length
(v)
dojox.gfx3d.lighting.length2Color
(c)
dojox.gfx3d.lighting.mixColor
(c1, c2, s)
dojox.gfx3d.lighting.multiplyColor
(a, b)
dojox.gfx3d.lighting.normalize
(v)
dojox.gfx3d.lighting.phong
(normal, v, size, lights)
dojox.gfx3d.lighting.reflect
(i, n)
dojox.gfx3d.lighting.saturate
(v)
dojox.gfx3d.lighting.saturateColor
(c)
dojox.gfx3d.lighting.scale
(s, v)
dojox.gfx3d.lighting.scaleColor
(s, c)
dojox.gfx3d.lighting.specular
(normal, v, roughness, lights)
dojox.gfx3d.lighting.toStdColor
(c)
dojox.gfx3d.lighting.white
()
Properties
Back to top
Only private and/or inherited properties are available.
dojox.gfx3d.lighting.finish