mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-26 00:07:32 +08:00
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:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user