LeviLamina
Loading...
Searching...
No Matches
BoxUVHelpers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/model/Geometry.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ClientBlockPipeline { struct BoxSchematic; }
11// clang-format on
12
13namespace ClientBlockPipeline::BoxUVHelpers {
14// functions
15// NOLINTBEGIN
16MCAPI void computeBoxUvs(
17 ::Geometry::Box const& box,
18 ::glm::vec2 const& textureDimensions,
19 ::ClientBlockPipeline::BoxSchematic& boxSchematic,
20 schar rotX,
21 schar rotY,
22 schar rotZ
23);
24// NOLINTEND
25
26} // namespace ClientBlockPipeline::BoxUVHelpers
Definition BoxSchematic.h:7