Skip to content

Commit

Permalink
Clean up the glTF
Browse files Browse the repository at this point in the history
  • Loading branch information
pcwalton committed Dec 11, 2024
1 parent 4506323 commit dfa2879
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3853,6 +3853,7 @@ wasm = false
name = "mixed_lighting"
path = "examples/3d/mixed_lighting.rs"
doc-scrape-examples = true
required-features = ["jpeg"]

[package.metadata.example.mixed_lighting]
name = "Mixed lighting"
Expand Down
Binary file removed assets/models/MixedLightingExample/Image_0.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/models/MixedLightingExample/Image_1.png
Binary file not shown.
Binary file removed assets/models/MixedLightingExample/Image_2.png
Binary file not shown.
Binary file removed assets/models/MixedLightingExample/Image_3.png
Binary file not shown.
Binary file removed assets/models/MixedLightingExample/Image_5.png
Binary file not shown.
Binary file removed assets/models/MixedLightingExample/Image_6.png
Binary file not shown.
48 changes: 24 additions & 24 deletions assets/models/MixedLightingExample/MixedLightingExample.gltf
Original file line number Diff line number Diff line change
Expand Up @@ -533,44 +533,44 @@
],
"images":[
{
"mimeType":"image/png",
"name":"Image_1",
"uri":"Image_1.png"
"mimeType":"image/jpeg",
"name":"SheenChairOcclusion",
"uri":"SheenChairOcclusion.jpg"
},
{
"mimeType":"image/png",
"name":"Image_6",
"uri":"Image_6.png"
"mimeType":"image/jpeg",
"name":"SheenChairBaseColor",
"uri":"SheenChairBaseColor.jpg"
},
{
"mimeType":"image/png",
"name":"Image_0",
"uri":"Image_0.png"
"mimeType":"image/jpeg",
"name":"SheenChairFabricNormal",
"uri":"SheenChairFabricNormal.jpg"
},
{
"mimeType":"image/png",
"name":"Image_2",
"uri":"Image_2.png"
"mimeType":"image/jpeg",
"name":"SheenChairFabricOcclusion",
"uri":"SheenChairFabricOcclusion.jpg"
},
{
"mimeType":"image/png",
"name":"Image_5",
"uri":"Image_5.png"
"mimeType":"image/jpeg",
"name":"SheenChairLabelBaseColor",
"uri":"SheenChairLabelBaseColor.jpg"
},
{
"mimeType":"image/png",
"name":"Image_1-Image_4",
"uri":"Image_1-Image_4.png"
"mimeType":"image/jpeg",
"name":"SheenChairOcclusion-SheenChairWoodMetallicRoughness",
"uri":"SheenChairOcclusion-SheenChairWoodMetallicRoughness.jpg"
},
{
"mimeType":"image/png",
"name":"Image_3",
"uri":"Image_3.png"
"mimeType":"image/jpeg",
"name":"SheenChairWoodBaseColor",
"uri":"SheenChairWoodBaseColor.jpg"
},
{
"mimeType":"image/png",
"name":"Image_1-Image_6",
"uri":"Image_1-Image_6.png"
"mimeType":"image/jpeg",
"name":"SheenChairOcclusion-SheenChairBaseColor",
"uri":"SheenChairOcclusion-SheenChairBaseColor.jpg"
}
],
"accessors":[
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dfa2879

Please sign in to comment.