finished tutorial 03

This commit is contained in:
h4570
2022-08-21 16:40:26 +02:00
parent 4303cc2c97
commit 409ee294eb
27 changed files with 349 additions and 25 deletions
@@ -43,7 +43,7 @@ class MinecraftPipeline : public Renderer3DPipeline {
* @param fullClipChecks false = faster, simple PS2 clipping. True = slower,
* experimental "against each plane" clipping.
*/
void render(std::vector<McpipBlock*> blocks, Texture* t_tex,
void render(std::vector<McpipBlock*> blocks, const Texture* t_tex,
const bool& isMulti = false, const bool& fullClipChecks = false);
inline const float& getTextureOffset() const {