//autogenerated by material-manager.py import * from "dural/base/base.material" import * from "dural/base/DepthShadowmap.material" material /dural/plants/trees/birch/texture/leaves_fall/shadowcaster : /dural/ShadowCaster { set $diffuse_map dural/plants/trees/birch/texture/leaves_fall/D.png } material /dural/plants/trees/birch/texture/leaves_fall : /dural/base/simple/nonculled/alpharejected { set $diffuse_map dural/plants/trees/birch/texture/leaves_fall/D.png set $shadow_caster_material /dural/plants/trees/birch/texture/leaves_fall/shadowcaster set $alpha_to_coverage "on" set $alpha_reject "greater_equal 150" }