From 242317c1f7f2a6abdfbdbc99d5297539bbdc842f Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Sat, 30 Apr 2022 13:55:20 -0700 Subject: Add ImGuizmo for GameObjects, start to make things actually render --- source/Player.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/Player.cpp') diff --git a/source/Player.cpp b/source/Player.cpp index f97793e..b37a232 100644 --- a/source/Player.cpp +++ b/source/Player.cpp @@ -1,6 +1,7 @@ #include "Player.hpp" #include "AppConfig.hpp" +#include "CommonVertexIndex.hpp" #include "ScopeGuard.hpp" #include "Utils.hpp" @@ -22,7 +23,7 @@ Player::Player(GameWorld* world, int id) : GameObject(KD_Player, world) , mId{ id } { renderObject.SetMaterial(gDefaultMaterial.Get()); - renderObject.SetFormat(gVformatStandardPacked.Get(), Tags::IT_16Bit); + renderObject.SetFormat(gVformatStandard.Get(), Tags::IT_16Bit); renderObject.RebuildIfNecessary(); } -- cgit v1.2.3-70-g09d2