Skip to content
Snippets Groups Projects

Feature/#480_create_a_smaller_test_mesh_for_combustion_demo

2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -86,7 +86,7 @@ int main(int, char**) {
@@ -86,7 +86,7 @@ int main(int, char**) {
rendering_system, splash, input_system,
rendering_system, splash, input_system,
openvr_system]() {
openvr_system]() {
auto model_surface_entity = phx::SceneLoader::InsertModelIntoScene(
auto model_surface_entity = phx::SceneLoader::InsertModelIntoScene(
"models/combustion/mixture_surface_0.2_lower.stl", scene.get());
"models/combustion/combustion_opt.stl", scene.get());
auto surface_transform =
auto surface_transform =
model_surface_entity->GetFirstComponent<phx::Transform>();
model_surface_entity->GetFirstComponent<phx::Transform>();
auto surface_material_handle =
auto surface_material_handle =
Loading