mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
* fix(renderer): defer uniform location retrieval and add view matrix in outline rendering * refactor(gameplay): encapsulate per-type vertex data into VertexData struct * feat(rendering): separate transparent blocks into discard and blend modes * feat(renderer): implement order-independent transparency * fix(shaders): reduce alpha discard threshold to 0.8
9 lines
155 B
TOML
9 lines
155 B
TOML
id = 4
|
|
is_blend = false
|
|
is_cross_plane = false
|
|
is_discard = false
|
|
is_gas = false
|
|
is_liquid = false
|
|
is_passable = false
|
|
is_transparent = false
|
|
name = 'sand' |