From 0fc670fbd4e1e43e40c78e88e901b41fba6b9bb7 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Sat, 12 Jul 2025 02:34:35 +0200 Subject: [PATCH] Port anti_aliasing --- examples/3d/anti_aliasing.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/examples/3d/anti_aliasing.rs b/examples/3d/anti_aliasing.rs index fd93625c0e..101a61ee16 100644 --- a/examples/3d/anti_aliasing.rs +++ b/examples/3d/anti_aliasing.rs @@ -279,9 +279,13 @@ fn setup( } // Flight Helmet - commands.spawn(SceneRoot(asset_server.load( - GltfAssetLabel::Scene(0).from_asset("models/FlightHelmet/FlightHelmet.gltf"), - ))); + commands.spawn(( + SceneRoot( + asset_server + .load(GltfAssetLabel::Scene(0).from_asset("models/FlightHelmet/FlightHelmet.gltf")), + ), + Transform::from_rotation(Quat::from_rotation_y(PI)), + )); // Light commands.spawn((