LeviLamina
Loading...
Searching...
No Matches
AlignedFace.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/deps/core/math/Vec3.h"
8
9namespace BlockGeometry {
10
11class AlignedFace {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 48, ::std::array<::Vec3, 4>> verts;
16 ::ll::TypedStorage<4, 32, ::std::array<::Vec2, 4>> uvs;
17 ::ll::TypedStorage<8, 8, uint64> textureIndex;
18 // NOLINTEND
19};
20
21} // namespace BlockGeometry
Definition AlignedFace.h:7