Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SkyPatch arg0) |
None | __init__ (self, Vector3f dir, float radiation) |
Vector3f | dir (self) |
None | dir (self, Vector3f arg1) |
float | radiation (self) |
None | radiation (self, float arg1) |
Generated from: MR::SkyPatch this class represents a portion of the sky, and its radiation
None meshlib.mrmeshpy.SkyPatch.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.SkyPatch.__init__ | ( | self, | |
SkyPatch | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.SkyPatch.__init__ | ( | self, | |
Vector3f | dir, | ||
float | radiation ) |
Implicit aggregate constructor.
Vector3f meshlib.mrmeshpy.SkyPatch.dir | ( | self | ) |
direction toward the center of the patch
None meshlib.mrmeshpy.SkyPatch.dir | ( | self, | |
Vector3f | arg1 ) |
float meshlib.mrmeshpy.SkyPatch.radiation | ( | self | ) |
radiation of the patch depending on Sun's position, sky clearness and brightness, etc
None meshlib.mrmeshpy.SkyPatch.radiation | ( | self, | |
float | arg1 ) |