add null normal support in bme. fix rail cret draw()
This commit is contained in:
@ -92,12 +92,7 @@
|
||||
"(uv_height - uv_right_sink, uv_length)",
|
||||
"(0, uv_length)"
|
||||
],
|
||||
"normals": [
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)"
|
||||
]
|
||||
"normals": null
|
||||
},
|
||||
{
|
||||
"skip": "skip_long_side",
|
||||
@ -109,12 +104,7 @@
|
||||
"(1 - uv_left_sink, uv_length)",
|
||||
"(0, uv_length)"
|
||||
],
|
||||
"normals": [
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)"
|
||||
]
|
||||
"normals": null
|
||||
},
|
||||
{
|
||||
"skip": "skip_long_side",
|
||||
@ -126,12 +116,7 @@
|
||||
"(uv_height - 1.0, uv_length)",
|
||||
"(0, uv_length)"
|
||||
],
|
||||
"normals": [
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)",
|
||||
"(0, -1, 0)"
|
||||
]
|
||||
"normals": null
|
||||
}
|
||||
],
|
||||
"instances": []
|
||||
@ -189,12 +174,7 @@
|
||||
"(uv_width, uv_length)",
|
||||
"(0, uv_length)"
|
||||
],
|
||||
"normals": [
|
||||
"(0, 0, -1)",
|
||||
"(0, 0, -1)",
|
||||
"(0, 0, -1)",
|
||||
"(0, 0, -1)"
|
||||
]
|
||||
"normals": null
|
||||
}
|
||||
],
|
||||
"instances": []
|
||||
|
Reference in New Issue
Block a user