mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-27 17:16:30 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: croudyj <croudyj@gmail.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: David Eränen <david.eranen@mcneel.com> Co-authored-by: Giulio Piacentino <giulio@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Jussi Aaltonen <jussi@mcneel.com> Co-authored-by: kike-garbo <kike@mcneel.com> Co-authored-by: Mikko Oksanen <mikko@mcneel.com> Co-authored-by: Pierre Cuvilliers <pierre@mcneel.com> Co-authored-by: sodermax <max.soderstrom@mcneel.com> Co-authored-by: steve <steve@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: Will Pearson <will@mcneel.com>
This commit is contained in:
@@ -648,7 +648,7 @@ public:
|
||||
// (relative display device coordinates)
|
||||
ON_3dmViewPosition m_position;
|
||||
|
||||
ON::view_type m_view_type; // model, page, or nested
|
||||
ON::view_type m_view_type; // model, page, nested or uveditor
|
||||
|
||||
// If m_view_type == ON::page_view_type, then the m_page_settings
|
||||
// records the page size. Otherwise, m_page_settings should
|
||||
@@ -826,6 +826,11 @@ public:
|
||||
ON_UUID ReflectionRenderEnvironment(void) const;
|
||||
void SetReflectionRenderEnvironment(const ON_UUID& id);
|
||||
|
||||
// Access to rendering presets.
|
||||
ON_UUID CurrentRenderingPreset(void) const;
|
||||
void SetCurrentRenderingPreset(const ON_UUID& uuid);
|
||||
void GetRenderingPresets(ON_SimpleArray<ON_UUID>& presets) const;
|
||||
|
||||
private:
|
||||
unsigned short m_reserved1 = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user