LightTypeEnums.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 #pragma once
00010 
00011 // light types
00012 enum LightType
00013 {
00014     OMNI_LGT,
00015     SPOT_LGT,
00016     DIRECT_LGT,
00017     AMBIENT_LGT
00018 };