wellinator sample update

This commit is contained in:
h4570
2022-07-25 21:18:15 +02:00
parent ff5757bf9b
commit 70028a8f18
2 changed files with 26 additions and 9 deletions
+4 -1
View File
@@ -14,6 +14,7 @@
#include <game.hpp>
#include "renderer/3d/pipeline/minecraft/minecraft_pipeline.hpp"
#include "renderer/3d/pipeline/static/static_pipeline.hpp"
#include "renderer/3d/pipeline/dynamic/dynamic_pipeline.hpp"
namespace Tyra {
@@ -37,7 +38,9 @@ class Wellinator : public Game {
MinecraftPipeline mcPip;
StaticPipeline stapip;
StaPipOptions* renderOptions;
DynamicPipeline dynpip;
StaPipOptions* staOptions;
DynPipOptions* dynOptions;
Texture* blocksTex;
u32 blocksCount;