Skip to content

Commit 31cfe24

Browse files
committed
Fixed materials
1 parent 06a5e93 commit 31cfe24

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

model/character/assets/materials/model_local.material

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

model/character/example/example.collection

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ embedded_instances {
5858
"name: \\\"{{NAME}}\\\"\\n"
5959
"materials {\\n"
6060
" name: \\\"knight_texture\\\"\\n"
61-
" material: \\\"/assets/materials/model_local.material\\\"\\n"
61+
" material: \\\"/builtins/materials/model_skinned.material\\\"\\n"
6262
" textures {\\n"
6363
" sampler: \\\"tex0\\\"\\n"
6464
" texture: \\\"/assets/models/knight_texture.png\\\"\\n"
6565
" }\\n"
6666
"}\\n"
6767
"materials {\\n"
6868
" name: \\\"knight_texture_no_skin\\\"\\n"
69-
" material: \\\"/assets/materials/model_local.material\\\"\\n"
69+
" material: \\\"/builtins/materials/model.material\\\"\\n"
7070
" textures {\\n"
7171
" sampler: \\\"tex0\\\"\\n"
7272
" texture: \\\"/assets/models/knight_texture.png\\\"\\n"

0 commit comments

Comments
 (0)