Skip to content

Commit c32e637

Browse files
authored
Asset system rework and GLTF scene loading (#693)
1 parent a602f50 commit c32e637

File tree

150 files changed

+3607
-1976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+3607
-1976
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ name = "texture_atlas"
111111
path = "examples/2d/texture_atlas.rs"
112112

113113
[[example]]
114-
name = "load_model"
115-
path = "examples/3d/load_model.rs"
114+
name = "load_gltf"
115+
path = "examples/3d/load_gltf.rs"
116116

117117
[[example]]
118118
name = "msaa"
@@ -171,8 +171,8 @@ name = "asset_loading"
171171
path = "examples/asset/asset_loading.rs"
172172

173173
[[example]]
174-
name = "custom_loader"
175-
path = "examples/asset/custom_asset_loading.rs"
174+
name = "custom_asset"
175+
path = "examples/asset/custom_asset.rs"
176176

177177
[[example]]
178178
name = "audio"

assets/data/asset.custom

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CustomAsset (
2+
value: 42
3+
)

assets/data/test_data.data1

Lines changed: 0 additions & 3 deletions
This file was deleted.

assets/data/test_data.data2

Lines changed: 0 additions & 3 deletions
This file was deleted.
3.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)