Botcraft 1.21.4
Loading...
Searching...
No Matches
TransparentChunk.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
5#include <glm/vec3.hpp>
6
8
9namespace Botcraft
10{
11 namespace Renderer
12 {
13 class TransparentChunk : public Chunk
14 {
15 public:
18
19 void SetDisplayStatus(const BufferStatus s);
20 void Sort(const glm::vec3& cam_pos);
21 void Update();
22
23 protected:
24 std::vector<Face> display_faces_positions;
26 };
27 } // Renderer
28} // Botcraft
void Sort(const glm::vec3 &cam_pos)
void SetDisplayStatus(const BufferStatus s)