Searched refs:spotInnerAngle (Results 1 – 1 of 1) sorted by relevance
59 protected float spotInnerAngle = FastMath.QUARTER_PI / 8; field in SpotLight71 float innerCos=FastMath.cos(spotInnerAngle); in computePackedCos()150 return spotInnerAngle; in getSpotInnerAngle()158 public void setSpotInnerAngle(float spotInnerAngle) { in setSpotInnerAngle() argument159 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()