mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 20:40:35 +00:00
Merge pull request #879 from lukaspj/fix/transparent-kork
Make Kork Chan transparent by default
This commit is contained in:
commit
c0853c49d2
1 changed files with 5 additions and 2 deletions
|
|
@ -4,10 +4,13 @@
|
|||
imageMap0="@asset=Prototyping:kork_chan_image">
|
||||
<Material
|
||||
Name="kork_chan_mat"
|
||||
mapTo="kork_chan">
|
||||
mapTo="kork_chan"
|
||||
alphaTest="true"
|
||||
alphaRef="100">
|
||||
<Material.Stages>
|
||||
<Stages_beginarray
|
||||
DiffuseMapAsset="Prototyping:kork_chan_image"/>
|
||||
DiffuseMapAsset="Prototyping:kork_chan_image"
|
||||
doubleSided="true"/>
|
||||
</Material.Stages>
|
||||
</Material>
|
||||
</MaterialAsset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue