dojox
»
gfx3d
»
lighting
» add
dojox.gfx3d.lighting.add
dojo.require("dojox.gfx3d.lighting");
defined in dojox/gfx3d/lighting.js
Usage
function (a, b)
(view source)
return
{
x: a.
x
+ b.
x
, y: a.
y
+ b.
y
, z: a.
z
+ b.
z
}
;
parameter
type
description
a
b