Home
last modified time | relevance | path

Searched defs:lightSphere (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/pear-Image_3D/Image_3D-0.4.2/docs/examples/
H A Draytrace.php12 $lightSphere = $world->createObject('sphere', array('r' => $factor, 'detail' => 0)); variable
18 $lightSphere = $world->createObject('sphere', array('r' => $factor, 'detail' => 0)); variable
/dports/games/barony/Barony-3.3.7/src/
H A Dlight.cpp136 light_t* lightSphere(Sint32 x, Sint32 y, Sint32 radius, Sint32 intensity) in lightSphere() function
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DPhotoRenderer.java360 …BoundingSphere lightSphere = new BoundingSphere(new Point3d(lightSourceLocation), getLightSourceRa… in PhotoRenderer() local