Port animated_mesh_events
This commit is contained in:
parent
49bf41d6d6
commit
dbc800f97a
@ -122,8 +122,9 @@ fn setup(
|
|||||||
));
|
));
|
||||||
|
|
||||||
// Fox
|
// Fox
|
||||||
commands.spawn(SceneRoot(
|
commands.spawn((
|
||||||
asset_server.load(GltfAssetLabel::Scene(0).from_asset(FOX_PATH)),
|
SceneRoot(asset_server.load(GltfAssetLabel::Scene(0).from_asset(FOX_PATH))),
|
||||||
|
Transform::default().looking_to(Vec3::Z, Vec3::Y),
|
||||||
));
|
));
|
||||||
|
|
||||||
// We're seeding the PRNG here to make this example deterministic for testing purposes.
|
// We're seeding the PRNG here to make this example deterministic for testing purposes.
|
||||||
|
Loading…
Reference in New Issue
Block a user