|
Rhino C++ API
9.0
|
#include <Proto_ON_Environment.h>
Public Types | |
| enum | BackgroundProjections : unsigned int { BackgroundProjections::Planar = 0, BackgroundProjections::Spherical = 1, BackgroundProjections::Emap = 2, BackgroundProjections::Box = 3, BackgroundProjections::Automatic = 4, BackgroundProjections::Lightprobe = 5, BackgroundProjections::Cubemap = 6, BackgroundProjections::VerticalCrossCubemap = 7, BackgroundProjections::HorizontalCrossCubemap = 8, BackgroundProjections::Hemispherical = 9 } |
Public Member Functions | |
| CRhRdkSimulatedEnvironment () | |
| CRhRdkSimulatedEnvironment (const CRhRdkSimulatedEnvironment &src) | |
| virtual | ~CRhRdkSimulatedEnvironment () |
| ON_Color | BackgroundColor (void) const |
| const CRhRdkSimulatedTexture & | BackgroundImage (void) const |
| BackgroundProjections | BackgroundProjection (void) const |
| virtual void * | EVF (const wchar_t *wszFunc, void *pvData) |
| const CRhRdkSimulatedEnvironment & | operator= (const CRhRdkSimulatedEnvironment &src) |
| bool | operator== (const CRhRdkSimulatedEnvironment &src) const |
| void | SetBackgroundColor (ON_Color color) |
| void | SetBackgroundImage (const CRhRdkSimulatedTexture &tex) |
| void | SetBackgroundProjection (BackgroundProjections proj) |
Static Public Member Functions | |
| static BackgroundProjections | AutomaticProjectionFromChildTexture (const CRhRdkTexture *pChildTexture) |
| static BackgroundProjections | ProjectionFromString (const wchar_t *wsz) |
| static const wchar_t * | StringFromProjection (BackgroundProjections proj) |
|
strong |
| CRhRdkSimulatedEnvironment::CRhRdkSimulatedEnvironment | ( | ) |
| CRhRdkSimulatedEnvironment::CRhRdkSimulatedEnvironment | ( | const CRhRdkSimulatedEnvironment & | src | ) |
|
virtual |
|
static |
| ON_Color CRhRdkSimulatedEnvironment::BackgroundColor | ( | void | ) | const |
| const CRhRdkSimulatedTexture& CRhRdkSimulatedEnvironment::BackgroundImage | ( | void | ) | const |
| BackgroundProjections CRhRdkSimulatedEnvironment::BackgroundProjection | ( | void | ) | const |
|
virtual |
Emergency virtual function for future expansion.
| const CRhRdkSimulatedEnvironment& CRhRdkSimulatedEnvironment::operator= | ( | const CRhRdkSimulatedEnvironment & | src | ) |
| bool CRhRdkSimulatedEnvironment::operator== | ( | const CRhRdkSimulatedEnvironment & | src | ) | const |
|
static |
| void CRhRdkSimulatedEnvironment::SetBackgroundColor | ( | ON_Color | color | ) |
| void CRhRdkSimulatedEnvironment::SetBackgroundImage | ( | const CRhRdkSimulatedTexture & | tex | ) |
| void CRhRdkSimulatedEnvironment::SetBackgroundProjection | ( | BackgroundProjections | proj | ) |
|
static |
1.8.17