This commit is contained in:
h4570
2022-08-29 19:00:47 +02:00
parent 2ae1ccd761
commit e359bcbe2b
30 changed files with 174 additions and 152 deletions
@@ -21,6 +21,8 @@ Tutorial05::~Tutorial05() {
}
void Tutorial05::init() {
engine->renderer.setClearScreenColor(Color(32.0F, 32.0F, 32.0F));
dynpip.setRenderer(&engine->renderer.core);
cameraPosition = Vec4(0.0F, 0.0F, -10.0F);