de.grogra.imp3d.objects
Class AreaLight
java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.imp3d.objects.AreaLight
- All Implemented Interfaces:
- Manageable, Shareable
public class AreaLight
- extends ShareableBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$TYPE
public static final AreaLight.Type $TYPE
exponent$FIELD
public static final SCOType.Field exponent$FIELD
ignoredWhenHit$FIELD
public static final SCOType.Field ignoredWhenHit$FIELD
power$FIELD
public static final SCOType.Field power$FIELD
shadowless$FIELD
public static final SCOType.Field shadowless$FIELD
AreaLight
public AreaLight()
getExponent
public float getExponent()
getManageableType
public ManageableType getManageableType()
getPower
public float getPower()
isIgnoredWhenHit
public boolean isIgnoredWhenHit()
isShadowless
public boolean isShadowless()
setExponent
public void setExponent(float value)
setIgnoredWhenHit
public void setIgnoredWhenHit(boolean value)
setPower
public void setPower(float value)
setShadowless
public void setShadowless(boolean value)