Sync changes from upstream repository

Co-authored-by: Andrew Le Bihan <andy@mcneel.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
Co-authored-by: Greg Arden <greg@mcneel.com>
Co-authored-by: Jussi Aaltonen <jussi@mcneel.com>
Co-authored-by: Lowell <lowell@mcneelcom>
Co-authored-by: Tim Hemmelman <tim@mcneel.com>
Co-authored-by: piac <giulio@mcneel.com>
This commit is contained in:
Bozo The Builder
2020-05-03 10:07:05 -07:00
parent a59f3b7565
commit 044356876d
38 changed files with 2987 additions and 482 deletions

View File

@@ -281,6 +281,10 @@ public:
const ON_PhysicallyBasedMaterial PhysicallyBased(void) const;
ON_PhysicallyBasedMaterial PhysicallyBased(void);
//Returns a material that is the best approximation of the original, but as a physically based material.
//the returned material is guaranteed to return true to material.PhysicallyBased().IsSupported()
ON_Material ConvertToPhysicallyBased(void) const;
//Internal use only
static ON_UUID PhysicallyBasedUserdataId(void);