Files
opennurbs/opennurbs_wip.h
Bozo The Builder 799431a63b Sync changes from upstream repository
Co-authored-by: Steve Baer <steve@mcneel.com>
Co-authored-by: Nathan Letwory <nathan@mcneel.com>
Co-authored-by: Dale Lear <dalelear@mcneel.com>
2019-11-06 16:24:57 +00:00

34 lines
1.0 KiB
C

/* $NoKeywords: $ */
/*
//
// Copyright (c) 1993-2014 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>.
//
////////////////////////////////////////////////////////////////
*/
#if !defined OPENNURBS_WIP_INC__
#define OPENNURBS_WIP_INC__
// These SubD WIP defines can be deleted once we are 100% certain
// they are not used in any code. They existed when SubD was a WIP
// project that had to be conditionally added/removed from Rhino.
#define OPENNURBS_SUBD_WIP
#define RHINO_SUBD_WIP
#define RHINO_SUBD_GRIPS_WIP
// Annotation table is being prototyped and on hold
// until V6 ships.
//#define OPENNURBS_ANNOTATION_TABLE_WIP
#define OPENNURBS_GRADIENT_WIP
#endif