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) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| SkyPatch | operator (*args, **kwargs) |
| SkyPatch | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_dir = 0 |
| typing | _offsetof_radiation = 12 |
Generated from: MR::SkyPatch this class represents a portion of the sky, and its radiation
|
static |
| None mrmeshpy.SkyPatch.__init__ | ( | self | ) |
| None mrmeshpy.SkyPatch.__init__ | ( | self, | |
| SkyPatch | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.SkyPatch.__init__ | ( | self, | |
| Vector3f | dir, | ||
| float | radiation ) |
Implicit aggregate constructor.
| Vector3f mrmeshpy.SkyPatch.dir | ( | self | ) |
direction toward the center of the patch
| None mrmeshpy.SkyPatch.dir | ( | self, | |
| Vector3f | arg1 ) |
|
static |
|
static |
| float mrmeshpy.SkyPatch.radiation | ( | self | ) |
radiation of the patch depending on Sun's position, sky clearness and brightness, etc
| None mrmeshpy.SkyPatch.radiation | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |