Covellite++
Version: 2.3.0 Revision: 2580 Platform: x64 Build: 15:23 16.10.2020
Кроссплатформенный фреймворк для разработки приложений на С++
I3DScene.hpp
1
2
#pragma once
3
#include "Defines.hpp"
4
5
namespace
basement
6
{
7
8
namespace
view
9
{
10
26
class
I3DScene
27
{
28
public
:
29
virtual
void
SetGameScene(
const
GameScenePtr_t &) = 0;
30
virtual
void
Render(
void
) = 0;
31
32
public
:
33
virtual
~
I3DScene
(
void
) =
default
;
34
};
35
36
}
// namespace view
37
38
}
// namespace basement
basement::view::I3DScene
Класс входит в проект Example Интерфейсный класс 3D сцены.
Definition:
I3DScene.hpp:27
basement
Definition:
Common.hpp:10
Solution
Solution
Example
Example
Basements
Demo
I3DScene.hpp
Документация по Covellite++. Последние изменения: Пт 16 Окт 2020 15:24:27. Создано системой
1.8.18