Port anti_aliasing

This commit is contained in:
Jan Hohenheim 2025-07-12 02:34:35 +02:00
parent 4c66c3c5f5
commit 0fc670fbd4
No known key found for this signature in database

View File

@ -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((