Port anti_aliasing
This commit is contained in:
parent
4c66c3c5f5
commit
0fc670fbd4
@ -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((
|
||||
|
Loading…
Reference in New Issue
Block a user