Copy alpha threshold to clones.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@34 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -321,6 +321,7 @@ public class ModelMesh extends TriMesh
|
|||||||
mstore._emissiveMap = _emissiveMap;
|
mstore._emissiveMap = _emissiveMap;
|
||||||
mstore._solid = _solid;
|
mstore._solid = _solid;
|
||||||
mstore._transparent = _transparent;
|
mstore._transparent = _transparent;
|
||||||
|
mstore._alphaThreshold = _alphaThreshold;
|
||||||
mstore._translucent = _translucent;
|
mstore._translucent = _translucent;
|
||||||
mstore._oibuf = _oibuf;
|
mstore._oibuf = _oibuf;
|
||||||
mstore._vbuf = _vbuf;
|
mstore._vbuf = _vbuf;
|
||||||
|
|||||||
Reference in New Issue
Block a user