|
MaxPlus Python API Reference
|
Inheritance diagram for Environment:Public Member Functions | |
| def | AddLightToScene (*args) |
| def | GetAmbient (*args) |
| def | GetAmbientController () |
| def | GetLightConeConstraint () |
| def | GetLightLevel (*args) |
| def | GetLightLevelController () |
| def | GetLightTint (*args) |
| def | GetLightTintController () |
| def | GetMap () |
| def | GetMapEnabled () |
| def | SetAmbient (*args) |
| def | SetAmbientController (*args) |
| def | SetLightLevel (*args) |
| def | SetLightLevelController (*args) |
| def | SetLightTint (*args) |
| def | SetLightTintController (*args) |
| def | SetMap (*args) |
| def | SetMapEnabled (*args) |
Environment related utility functions.
| 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)