nigel
02727c74bb
* Added a statistics panel * Added comments to `Sandbox.cpp` * Moved utility functions and GUI code out of sandbox.cpp
6 lines
140 B
C
6 lines
140 B
C
#pragma once
|
|
#include "BarinkEngine.h"
|
|
|
|
void PrintSceneTree(SceneNode& node, int depth);
|
|
|
|
glm::mat4 CalculateModelMat(Transform& transform); |