brlrt / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

[away3d lite] request: loadercontext option to pass into BitmapFileMaterial #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is a request to be able to pass in a custom loader context into the 
BitmapFileMaterial constructor; this is useful when doing cross domain 
operations.

Suggestion:

public function BitmapFileMaterial(url:String="", 
context:LoaderContext=null)

This would be useful for other media types loaded in Away3D Lite as well.

Original issue reported on code.google.com by mirsw...@gmail.com on 16 Apr 2010 at 12:06

GoogleCodeExporter commented 8 years ago

Original comment by katopz on 16 Apr 2010 at 1:17

GoogleCodeExporter commented 8 years ago
fixed in
http://away3d.googlecode.com/svn/branches/lite/libs/away3dlite/materials/BitmapF
ileMaterial.as

wait for merge to trunk and test

Original comment by katopz on 17 Apr 2010 at 11:42