diff options
Diffstat (limited to 'apps/fparkan-game/src')
| -rw-r--r-- | apps/fparkan-game/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/fparkan-game/src/main.rs b/apps/fparkan-game/src/main.rs index 32e7e44..df92d7f 100644 --- a/apps/fparkan-game/src/main.rs +++ b/apps/fparkan-game/src/main.rs @@ -33,7 +33,7 @@ use fparkan_render::{ use fparkan_render_vulkan::{ project_land_msh_to_static_mesh_in_legacy_world_space, project_land_msh_to_static_mesh_in_xy_frame, - project_msh_to_static_mesh_in_world_space_with_transform, + project_msh_to_static_mesh_in_world_space_with_node_fallback_poses, project_msh_to_static_mesh_in_xy_frame, VulkanPlanningBackend, VulkanSmokeFrameOutcome, VulkanSmokeRenderer, VulkanSmokeRendererCreateInfo, VulkanStaticCamera, VulkanStaticMaterial, VulkanStaticMesh, VulkanStaticTexture, VulkanStaticXyFrame, @@ -288,7 +288,7 @@ fn static_preview_mesh_and_materials( format!("static preview visual {visual_id:?} references unknown model {model_id:?}") })?; let component = if legacy_camera.is_some() { - project_msh_to_static_mesh_in_world_space_with_transform( + project_msh_to_static_mesh_in_world_space_with_node_fallback_poses( &model.validated, LegacyIron3dEulerTransform { translation: root.position, |
