Add controls to readme

This commit is contained in:
2023-07-02 22:16:28 +02:00
parent 125e19e0be
commit aa3dd28fb3
3 changed files with 13 additions and 12 deletions

View File

@@ -9,7 +9,8 @@ using namespace entt::literals;
Controller::Controller()
{
std::filesystem::path document_path("WaterBottle/glTF-Binary/WaterBottle.glb");
std::filesystem::path document_path("ABeautifulGame.glb");
// std::filesystem::path document_path("WaterBottle/glTF-Binary/WaterBottle.glb");
entt::hashed_string document_hash(document_path.string().c_str());
entt::resource<Gltf> gltf_document =