def=Freezes the lighting of models in its current state, so that no further calculations are done.
Flash3DInstance.freezeLights();
If you are no longer going to be transforming models in a scene, freezing lights can relieve some of the processing required to render the scene.
&sam=myWorld.freezeLights();