UVWMapTypes.h

Go to the documentation of this file.
00001 //**************************************************************************/
00002 // Copyright (c) 1998-2006 Autodesk, Inc.
00003 // All rights reserved.
00004 // 
00005 // These coded instructions, statements, and computer programs contain
00006 // unpublished proprietary information written by Autodesk, Inc., and are
00007 // protected by Federal copyright law. They may not be disclosed to third
00008 // parties or copied or duplicated in any form, in whole or in part, without
00009 // the prior written consent of Autodesk, Inc.
00010 //**************************************************************************/
00011 #pragma once
00012 
00015 
00016 #define MAP_PLANAR           0
00017 #define MAP_CYLINDRICAL      1
00018 #define MAP_SPHERICAL        2
00019 #define MAP_BALL             3
00020 #define MAP_BOX              4
00021 #define MAP_FACE             5
00022 #define MAP_ACAD_PLANAR      6
00023 #define MAP_ACAD_BOX         7
00024 #define MAP_ACAD_CYLINDRICAL 8
00025 #define MAP_ACAD_SPHERICAL   9
00026