Sync changes from upstream repository

Co-authored-by: croudyj <croudyj@gmail.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
Co-authored-by: kike-garbo <kike@mcneel.com>
Co-authored-by: piac <giulio@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
Bozo the Builder
2023-07-11 10:47:32 -07:00
parent c0e8097eb9
commit 1b649d7330
25 changed files with 248 additions and 120 deletions

View File

@@ -36,9 +36,6 @@
#define PRIVATE_CHECK(c) { }
#endif
#define ON_KIND_MATERIAL L"material"
#define ON_KIND_ENVIRONMENT L"environment"
#define ON_KIND_TEXTURE L"texture"
#define ON_RDK_UD_ROOT L"render-content-manager-data"
inline bool IsFloatEqual (float f1, float f2) { return (fabsf(f1 - f2) < 1e-6); }