Tristan Guichaoua
e8439bf827
fix Quat
type name in scene example scene file ( #5803 )
...
# Objective
fix #5790
## Solution
Change type name in the scene file by its new name `glam::f32::sse2::quat::Quat`.
2022-08-29 23:56:42 +00:00
Tomasz Galkowski
04538fd802
fixes the types for Vec3 and Quat in scene example to remove WARN from the logs ( #5751 )
...
# Objective
- Fixes #5745 .
## Solution
- Changes the Vec3 and Quat types.
2022-08-20 19:55:53 +00:00
Anders Rasmussen
9bf80a8566
Fix warning in scene example ( #1441 )
...
I noticed the following error when trying out the `scene` example
```bash
Feb 13 22:11:13.997 WARN bevy_asset::asset_server: encountered an error while loading an asset: No registration found for glam::f32::vec3::Vec3
```
This PR fixes the error and makes the scene file load correctly
2021-02-22 03:59:36 +00:00
Zicklag
cc9ed52ea7
Update Scene Example to Use scn.ron File ( #1339 )
2021-01-28 14:14:50 -08:00
Carter Anderson
72b2fc9843
Bevy Reflection ( #926 )
...
Bevy Reflection
2020-11-27 16:39:59 -08:00
Carter Anderson
70ad6671db
ecs: use generational entity ids and other optimizations ( #504 )
...
ecs: use generational entity ids and other optimizations
2020-09-17 17:16:38 -07:00
Carter Anderson
af109174dd
make scene folder plural
2020-07-16 12:47:26 -07:00