Port many_foxes
This commit is contained in:
parent
70860c0f73
commit
3be67b5718
@ -139,11 +139,8 @@ fn setup(
|
|||||||
asset_server.load(GltfAssetLabel::Scene(0).from_asset("models/animated/Fox.glb"));
|
asset_server.load(GltfAssetLabel::Scene(0).from_asset("models/animated/Fox.glb"));
|
||||||
|
|
||||||
let ring_directions = [
|
let ring_directions = [
|
||||||
(
|
(Quat::IDENTITY, RotationDirection::CounterClockwise),
|
||||||
Quat::from_rotation_y(PI),
|
(Quat::from_rotation_y(PI), RotationDirection::Clockwise),
|
||||||
RotationDirection::CounterClockwise,
|
|
||||||
),
|
|
||||||
(Quat::IDENTITY, RotationDirection::Clockwise),
|
|
||||||
];
|
];
|
||||||
|
|
||||||
let mut ring_index = 0;
|
let mut ring_index = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user