PatchTypeConstants.h

Go to the documentation of this file.
00001 //
00002 // Copyright 2009 Autodesk, Inc.  All rights reserved. 
00003 //
00004 // This computer source code and related instructions and comments are the
00005 // unpublished confidential and proprietary information of Autodesk, Inc. and
00006 // are protected under applicable copyright and trade secret law.  They may
00007 // not be disclosed to, copied or used by any third party without the prior
00008 // written consent of Autodesk, Inc.
00009 
00010 
00011 #pragma once
00012 
00013 // Patch types
00014 #define PATCH_UNDEF 0   // Undefined (watch out!)
00015 #define PATCH_TRI   3   // Triangular patch
00016 #define PATCH_QUAD  4   // Quadrilateral patch