The problem here is that there's literally nothing at all inside that block, meaning you could try an infinite number of variations to the name and still not get it to compile, simply because it doesn't exist in the smd. It's just
Code: Select all
triangles
end
Code: Select all
triangles
my_material.ext
0 0 0 0 0 0 1 0 1 1 0 1
0 0 -1 0 0 0 1 0 0 1 0 1
1 1 -1 0 0 0 1 1 0 1 1 1
my_material.ext
0 0 0 0 1 0 1 0 1 1 0 1
1 1 -1 0 1 0 1 1 0 1 1 1
1 1 0 0 1 0 1 1 1 1 1 1
my_material.ext
1 1 -1 0 0 0 1 1 0 1 1 1
0 0 -1 0 0 0 1 0 0 1 0 1
0 0 0 0 0 0 1 0 1 1 0 1
my_material.ext
1 1 0 0 1 0 1 1 1 1 1 1
1 1 -1 0 1 0 1 1 0 1 1 1
0 0 0 0 1 0 1 0 1 1 0 1
end