Rhino C++ API
8.13
|
#include <opennurbs_skylight.h>
Public Member Functions | |
ON_Skylight () | |
ON_Skylight (const ON_Skylight &sl) | |
ON_Skylight (ON_XMLNode &model_node) | |
virtual | ~ON_Skylight () |
virtual bool | Enabled (void) const |
Returns true if the skylight is enabled, else false. More... | |
ON_UUID | EnvironmentId (void) const |
bool | EnvironmentOverride (void) const |
virtual void * | EVF (const wchar_t *func, void *data) |
Emergency virtual function for future expansion. More... | |
virtual void | OnInternalXmlChanged (const ON_Skylight *) |
For internal use only. More... | |
virtual bool | operator!= (const ON_Skylight &sl) const |
virtual const ON_Skylight & | operator= (const ON_Skylight &sl) |
virtual bool | operator== (const ON_Skylight &sl) const |
virtual void | SetEnabled (bool b) |
Set the skylight enabled state. More... | |
void | SetEnvironmentId (const ON_UUID &id) |
void | SetEnvironmentOverride (bool on) |
virtual void | SetShadowIntensity (double d) |
Set the skylight shadow intensity. This is currently unused. More... | |
virtual double | ShadowIntensity (void) const |
Returns the skylight shadow intensity. This is currently unused. More... | |
Copyright (c) 1993-2022 Robert McNeel & Associates. All rights reserved. OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert McNeel & Associates.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF MERCHANTABILITY ARE HEREBY DISCLAIMED.
For complete openNURBS copyright information see http://www.opennurbs.org.
ON_Skylight::ON_Skylight | ( | ) |
ON_Skylight::ON_Skylight | ( | ON_XMLNode & | model_node | ) |
ON_Skylight::ON_Skylight | ( | const ON_Skylight & | sl | ) |
|
virtual |
|
virtual |
Returns true if the skylight is enabled, else false.
ON_UUID ON_Skylight::EnvironmentId | ( | void | ) | const |
DEPRECATED
bool ON_Skylight::EnvironmentOverride | ( | void | ) | const |
< These methods are only here to support deprecated C# SDK methods. Please use the equivalent methods in ON_3dmRenderSettings. DEPRECATED
|
virtual |
Emergency virtual function for future expansion.
|
virtual |
For internal use only.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set the skylight enabled state.
void ON_Skylight::SetEnvironmentId | ( | const ON_UUID & | id | ) |
DEPRECATED
void ON_Skylight::SetEnvironmentOverride | ( | bool | on | ) |
DEPRECATED
|
virtual |
Set the skylight shadow intensity. This is currently unused.
|
virtual |
Returns the skylight shadow intensity. This is currently unused.