📄 ogrepaginglandscapetexture_splatting5.h
字号:
/***************************************************************************
OgrePagingLandScapeTexture_Splatting5.h - description
-------------------
begin : Mon Apr 16 2004
copyright : (C) 2002 by Jose A Milan
email : spoke@supercable.es
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Lesser General Public License as *
* published by the Free Software Foundation; either version 2 of the *
* License, or (at your option) any later version. *
* *
***************************************************************************/
#ifndef PAGINGLANDSCAPETEXTURE5_SPLATTING_H
#define PAGINGLANDSCAPETEXTURE5_SPLATTING_H
#include "OgrePagingLandScapePrerequisites.h"
#include "OgrePagingLandScapeTexture.h"
namespace Ogre
{
class PagingLandScapeTexture_Splatting5 : public PagingLandScapeTexture
{
public:
PagingLandScapeTexture_Splatting5();
virtual ~PagingLandScapeTexture_Splatting5();
protected:
virtual void _loadMaterial();
virtual void _unloadMaterial();
};
}
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -