Hi there!
Thank you for the good job you do with Away3D!!
I have a problem with ATFTexture. I have this exception when I instanciate it :
ReferenceError: Error #1056: Cannot create property away3d.textures:TextureProxyBase::_format on global.
at away3d.textures::ATFTexture()[/Users/robbateman/Documents/Adobe Flash Builder 4.7/away3d-core-fp11/src/away3d/textures/ATFTexture.as:21]
I do it this way :
[Embed(source="../../../../../resources/app/earth/worldmap_2048.atf", mimeType="application/octet-stream")]
public var Map:Class;
var map = new Map();
bitmapMaterial = new ATFTexture(map);
I compile it in swfVersion 17 and air 3.4
Did someone already had this problem?
Thank you!
Ben from Paris