2014-05-05 14:50:33 +08:00
|
|
|
|
/****************************************************************************
|
|
|
|
|
Copyright (c) 2011-2013,WebJet Business Division,CYOU
|
|
|
|
|
|
|
|
|
|
http://www.genesis-3d.com.cn
|
|
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
|
THE SOFTWARE.
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
// <20><>ͷ<EFBFBD>ļ<EFBFBD>Ϊswigɨ<67><C9A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>֮һ<D6AE><D2BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ġ<DEB8>
|
|
|
|
|
//
|
|
|
|
|
#ifndef _RENDERBASE_H_
|
|
|
|
|
#define _RENDERBASE_H_
|
|
|
|
|
#include "foundation/core/types.h"
|
|
|
|
|
namespace Graphic
|
|
|
|
|
{
|
|
|
|
|
enum RenderPassType
|
|
|
|
|
{
|
|
|
|
|
eCustomized = 0,//
|
|
|
|
|
eForward,//
|
|
|
|
|
eDepth,
|
|
|
|
|
eShadow,
|
|
|
|
|
eGBuffer,
|
|
|
|
|
eDeferredLightPass,
|
|
|
|
|
ePassCount
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
//[zhongdaohuan]
|
|
|
|
|
//<2F><>Ҫ<EFBFBD><D2AA>Ϊ<EFBFBD>˰<EFBFBD><CBB0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ൽ<EFBFBD><E0B5BD>ͬ<EFBFBD><CDAC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ߣ<EFBFBD><DFA3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱦ<EFBFBD><C8BE>ʱ<EFBFBD><CAB1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ϊ<EFBFBD><CEAA>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9><EFBFBD><EFBFBD>Ⱦ<EFBFBD><C8BE><EFBFBD><EFBFBD>Щ<EFBFBD><D0A9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ⱦ<EFBFBD><C8BE>
|
|
|
|
|
//eRLCustomBegin֮ǰΪ<C7B0><CEAA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ã<EFBFBD>
|
|
|
|
|
//eRLCustomBegin <20><>eRLCustomEnd֮<64><D6AE><EFBFBD>ı<EFBFBD><C4B1><EFBFBD>λԤ<CEBB><D4A4><EFBFBD><EFBFBD><EFBFBD>û<EFBFBD><C3BB><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6>塣
|
|
|
|
|
//<2F>ű<EFBFBD>Ҳ<EFBFBD><D2B2><EFBFBD><EFBFBD>һ<EFBFBD><D2BB>_RenderLayer<65><72>ö<EFBFBD>١<EFBFBD><D9A1><EFBFBD>layer.cs<63>У<EFBFBD><D0A3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>κ<EFBFBD><CEBA>ģ<DEB8><C4A3><EFBFBD>һ<EFBFBD><D2BB>ȷ<EFBFBD><C8B7><EFBFBD>ű<EFBFBD><C5B1><EFBFBD><EFBFBD><EFBFBD>ö<EFBFBD>ٵ<EFBFBD><D9B5><EFBFBD>ȷ<EFBFBD>ԡ<EFBFBD>
|
|
|
|
|
enum RenderLayer
|
|
|
|
|
{
|
|
|
|
|
eRLNone = BIT_FLAG_NONE,
|
|
|
|
|
eRLDefault = BIT_FLAG(0),
|
|
|
|
|
eRLWater = BIT_FLAG(4),
|
|
|
|
|
eRLCustomBegin = BIT_FLAG(6),//
|
|
|
|
|
eRLCustomEnd = BIT_FLAG(29),//
|
2014-06-19 16:21:15 +08:00
|
|
|
|
eSL_Assist = BIT_FLAG(31),
|
2014-05-05 14:50:33 +08:00
|
|
|
|
|
|
|
|
|
eRLSYSAll = eRLDefault | eRLWater,
|
|
|
|
|
eRLCustomAll = BIT_FLAG(6) | BIT_FLAG(7) | 0x0fffff00 | BIT_FLAG(28) | BIT_FLAG(29),
|
|
|
|
|
eRLCameraRenderAll = eRLSYSAll | eRLCustomAll,
|
|
|
|
|
|
|
|
|
|
eRLRenderAll = BIT_FLAG_ALL,//<2F><>Ⱦ<EFBFBD><C8BE><EFBFBD><EFBFBD>layer<65><72>
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
enum MaterialParameterType
|
|
|
|
|
{
|
|
|
|
|
eMaterialParamInvailid = -1,
|
|
|
|
|
eMaterialParamMatrix,
|
|
|
|
|
eMaterialParamVector,
|
|
|
|
|
eMaterialParamFloat,
|
|
|
|
|
eMaterialParamTexture1D,
|
|
|
|
|
eMaterialParamTexture2D,
|
|
|
|
|
eMaterialParamTexture3D,
|
|
|
|
|
eMaterialParamTextureCUBE,
|
|
|
|
|
eMaterialParamCount
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
enum CameraOrder
|
|
|
|
|
{
|
|
|
|
|
eCO_InvalidCamera = -1,
|
|
|
|
|
eCO_Shadow = 0,
|
|
|
|
|
eCO_Main = 13,
|
|
|
|
|
eCO_PuppetMain = 1000,//[zhongdaohuan]<5D><><EFBFBD><EFBFBD>ΪMain<69><6E><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD>ܱ<EFBFBD><DCB1><EFBFBD><EFBFBD>
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|