kfbxgobo.h

Go to the documentation of this file.
00001 /****************************************************************************************
00002 
00003    Copyright (C) 2010 Autodesk, Inc.
00004    All rights reserved.
00005 
00006    This computer source code and related instructions and comments are the unpublished
00007    confidential and proprietary information of Autodesk, Inc. and are protected under
00008    applicable copyright and trade secret law.  They may not be disclosed to, copied or
00009    used by any third party without the prior written consent of Autodesk, Inc.
00010 
00011 ****************************************************************************************/
00012 
00016 #ifndef FBXFILESDK_KFBXIO_KFBXGOBO_H
00017 #define FBXFILESDK_KFBXIO_KFBXGOBO_H
00018 
00019 
00020 #include <fbxfilesdk/fbxfilesdk_def.h>
00021 
00022 #include <fbxfilesdk/components/kbaselib/klib/kstring.h>
00023 
00024 #include <fbxfilesdk/fbxfilesdk_nsbegin.h>
00025 
00030 class KFbxGobo
00031 {
00032 public:
00033     KFbxGobo(char* pName) :
00034       mName(pName)
00035       {
00036       }
00037 
00039     KString mName;
00041     KString mFileName;
00043     bool mDrawGroundProjection;
00045     bool mVolumetricLightProjection;
00047     bool mFrontVolumetricLightProjection;
00048 };
00049 
00050 
00051 #include <fbxfilesdk/fbxfilesdk_nsend.h>
00052 
00053 #endif // FBXFILESDK_KFBXIO_KFBXGOBO_H
00054