Short for lighting options

 From:  BurrMan
2907.8 In reply to 2907.7 
Hi Michael,
I think he may be refering to this:

script:var dir = moi.view.lightDirection; if ( dir.x == 1 && dir.y == 1 && dir.z == -1 ) { dir.set(-0.5,1,0); } else { dir.set(1,1,-1); } moi.view.lightDirection = dir;

And the ability to move the lighting around.