I used to be able to set a 3d models alpha by this code:
mesh.material = new BitmapMaterial((new modelTexture()).bitmapData, {alpha:.8});
Is there another way to do this now. When I tried it it had no effect on model.
Thanks for any help.
3ds material alpha settingsSoftware: Away3D 4.x |
||
maddog, Sr. Member
Posted: 13 October 2011 10:48 PM Total Posts: 118 I used to be able to set a 3d models alpha by this code:
mesh.material = new BitmapMaterial((new modelTexture()).bitmapData, {alpha:.8});
Is there another way to do this now. When I tried it it had no effect on model. Thanks for any help. |
||
|