cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class LightmassLightSettings

Package class diagram package LightmassLightSettings
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.LightmassLightSettings
Direct Known Subclasses:
LightmassPointLightSettings

public class LightmassLightSettings
extends Object

Author:
Martin Cerny
See Also:
http://wiki.beyondunreal.com/UE3:EngineTypes_structs_%28UDK%29#LightmassLightSettings

Constructor Summary
LightmassLightSettings(Float indirectLightingScale, Float indirectLightingSaturation, Float shadowExponent)
           
 
Method Summary
 Float getIndirectLightingSaturation()
           
 Float getIndirectLightingScale()
           
 Float getShadowExponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightmassLightSettings

public LightmassLightSettings(Float indirectLightingScale,
                              Float indirectLightingSaturation,
                              Float shadowExponent)
Method Detail

getIndirectLightingSaturation

public Float getIndirectLightingSaturation()

getIndirectLightingScale

public Float getIndirectLightingScale()

getShadowExponent

public Float getShadowExponent()


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.