Covellite++
Version: 2.3.0 Revision: 2580 Platform: x64 Build: 15:23 16.10.2020
Кроссплатформенный фреймворк для разработки приложений на С++
Vertex.hpp
1
2
#pragma once
3
#include <cstdint>
4
5
namespace
covellite
6
{
7
8
namespace
api
9
{
10
33
class
Vertex
final
34
{
35
public
:
36
float
px, py, pz,
pw
;
37
float
tu,
tv
;
38
float
ex, ey, ez,
ew
;
39
};
40
41
}
// namespace api
42
43
}
// namespace covellite
covellite::api::Vertex::pw
float pw
Position.
Definition:
Vertex.hpp:36
covellite::api::Vertex::ew
float ew
Extra parameters (color, normal, etc)
Definition:
Vertex.hpp:38
covellite::api::Vertex
Класс входит в проект Covellite.Api Класс формата вертексного буфера.
Definition:
Vertex.hpp:34
covellite::api::Vertex::tv
float tv
Texture coords.
Definition:
Vertex.hpp:37
Solution
Solution
Covellite.Api
Covellite.Api
Vertex.hpp
Документация по Covellite++. Последние изменения: Пт 16 Окт 2020 15:24:24. Создано системой
1.8.18