Program Listing for File SceneConfig.hpp

Return to documentation for file (Src/GraphicsEngineVulkan/scene/SceneConfig.hpp)

#pragma once
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>

#include <string>

namespace sceneConfig {

std::string getModelFile();
glm::mat4 getModelMatrix();

}// namespace sceneConfig