Home
last modified time | relevance | path

Searched refs:spotInnerAngle (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/light/
DSpotLight.java59 protected float spotInnerAngle = FastMath.QUARTER_PI / 8; field in SpotLight
71 float innerCos=FastMath.cos(spotInnerAngle); in computePackedCos()
150 return spotInnerAngle; in getSpotInnerAngle()
158 public void setSpotInnerAngle(float spotInnerAngle) { in setSpotInnerAngle() argument
159 this.spotInnerAngle = spotInnerAngle; in setSpotInnerAngle()
198 oc.write(spotInnerAngle, "spotInnerAngle", FastMath.QUARTER_PI / 8); in write()
207 spotInnerAngle = ic.readFloat("spotInnerAngle", FastMath.QUARTER_PI / 8); in read()