Environment Class Reference

Environment Class Reference

Class Description

Environment related utility functions.
+ Inheritance diagram for Environment:

Public Member Functions

def AddLightToScene
 
def GetAmbient
 
def GetAmbientController
 
def GetLightConeConstraint
 
def GetLightLevel
 
def GetLightLevelController
 
def GetLightTint
 
def GetLightTintController
 
def GetMap
 
def GetMapEnabled
 
def SetAmbient
 
def SetAmbientController
 
def SetLightLevel
 
def SetLightLevelController
 
def SetLightTint
 
def SetLightTintController
 
def SetMap
 
def SetMapEnabled
 

Static Public Attributes

tuple AddLightToScene = staticmethod(AddLightToScene)
 
tuple GetAmbient = staticmethod(GetAmbient)
 
tuple GetAmbientController = staticmethod(GetAmbientController)
 
tuple GetLightConeConstraint = staticmethod(GetLightConeConstraint)
 
tuple GetLightLevel = staticmethod(GetLightLevel)
 
tuple GetLightLevelController = staticmethod(GetLightLevelController)
 
tuple GetLightTint = staticmethod(GetLightTint)
 
tuple GetLightTintController = staticmethod(GetLightTintController)
 
tuple GetMap = staticmethod(GetMap)
 
tuple GetMapEnabled = staticmethod(GetMapEnabled)
 
tuple SetAmbient = staticmethod(SetAmbient)
 
tuple SetAmbientController = staticmethod(SetAmbientController)
 
tuple SetLightLevel = staticmethod(SetLightLevel)
 
tuple SetLightLevelController = staticmethod(SetLightLevelController)
 
tuple SetLightTint = staticmethod(SetLightTint)
 
tuple SetLightTintController = staticmethod(SetLightTintController)
 
tuple SetMap = staticmethod(SetMap)
 
tuple SetMapEnabled = staticmethod(SetMapEnabled)
 
tuple thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Member Function Documentation

def AddLightToScene (   args)
AddLightToScene(INode node)
def GetAmbient (   args)
GetAmbient(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> Point3
GetAmbient(TimeValue t=Autodesk::Max::Now()) -> Point3
GetAmbient() -> Point3
def GetAmbientController ( )
GetAmbientController() -> Control
def GetLightConeConstraint ( )
GetLightConeConstraint() -> float
def GetLightLevel (   args)
GetLightLevel(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> float
GetLightLevel(TimeValue t=Autodesk::Max::Now()) -> float
GetLightLevel() -> float
def GetLightLevelController ( )
GetLightLevelController() -> Control
def GetLightTint (   args)
GetLightTint(TimeValue t=Autodesk::Max::Now(), Interval valid=Autodesk::Max::Forever()) -> Point3
GetLightTint(TimeValue t=Autodesk::Max::Now()) -> Point3
GetLightTint() -> Point3
def GetLightTintController ( )
GetLightTintController() -> Control
def GetMap ( )
GetMap() -> Texmap
def GetMapEnabled ( )
GetMapEnabled() -> bool
def SetAmbient (   args)
SetAmbient(Point3 col, TimeValue t=Autodesk::Max::Now())
SetAmbient(Point3 col)
def SetAmbientController (   args)
SetAmbientController(Control c)
def SetLightLevel (   args)
SetLightLevel(float lev, TimeValue t=Autodesk::Max::Now())
SetLightLevel(float lev)
def SetLightLevelController (   args)
SetLightLevelController(Control c)
def SetLightTint (   args)
SetLightTint(Point3 col, TimeValue t=Autodesk::Max::Now())
SetLightTint(Point3 col)
def SetLightTintController (   args)
SetLightTintController(Control c)
def SetMap (   args)
SetMap(Texmap map)
def SetMapEnabled (   args)
SetMapEnabled(bool onOff)