suit_v2: new hexagon texture, red -> white
This commit is contained in:
parent
3ae8de9179
commit
f0d4b9709c
Binary file not shown.
5867
assets/models/suit_v2.gltf
Normal file
5867
assets/models/suit_v2.gltf
Normal file
File diff suppressed because it is too large
Load diff
BIN
assets/models/textures/suit.jpg
Normal file
BIN
assets/models/textures/suit.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
@ -28,7 +28,7 @@ impl Plugin for LoadPlugin {
|
||||||
|
|
||||||
pub fn asset_name_to_path(name: &str) -> &'static str {
|
pub fn asset_name_to_path(name: &str) -> &'static str {
|
||||||
match name {
|
match name {
|
||||||
"suitv2" => "models/suit_v2/suit_v2.glb#Scene0",
|
"suitv2" => "models/suit_v2.gltf#Scene0",
|
||||||
"suit_ar_chefhat" => "models/suit_v2/ar_chefhat.glb#Scene0",
|
"suit_ar_chefhat" => "models/suit_v2/ar_chefhat.glb#Scene0",
|
||||||
"suit_ar_wings" => "models/suit_v2/ar_wings.glb#Scene0",
|
"suit_ar_wings" => "models/suit_v2/ar_wings.glb#Scene0",
|
||||||
"sus" => "models/sus.glb#Scene0",
|
"sus" => "models/sus.glb#Scene0",
|
||||||
|
|
|
@ -103,7 +103,7 @@ pub fn setup(
|
||||||
|
|
||||||
let mut graph = AnimationGraph::new();
|
let mut graph = AnimationGraph::new();
|
||||||
let index = graph.add_clip(
|
let index = graph.add_clip(
|
||||||
asset_server.load(GltfAssetLabel::Animation(0).from_asset("models/suit_v2/suit_v2.glb")),
|
asset_server.load(GltfAssetLabel::Animation(0).from_asset("models/suit_v2.gltf")),
|
||||||
1.0,
|
1.0,
|
||||||
graph.root,
|
graph.root,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue