com.jme3.asset
Class BlenderKey.WorldData

java.lang.Object
  extended by com.jme3.asset.BlenderKey.WorldData
Enclosing class:
BlenderKey

public static class BlenderKey.WorldData
extends java.lang.Object

The WORLD file block contains various data that could be added to the scene. The contained data includes: ambient light.


Constructor Summary
BlenderKey.WorldData()
           
 
Method Summary
 AmbientLight getAmbientLight()
          This method returns the world's ambient light.
 void setAmbientLight(AmbientLight ambientLight)
          This method sets the world's ambient light.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlenderKey.WorldData

public BlenderKey.WorldData()
Method Detail

getAmbientLight

public AmbientLight getAmbientLight()
This method returns the world's ambient light.

Returns:
the world's ambient light

setAmbientLight

public void setAmbientLight(AmbientLight ambientLight)
This method sets the world's ambient light.

Parameters:
ambientLight - the world's ambient light