Ambient textures, setting ambient
Instead of a material if I just use
mymaterial.ambiantColor = 0xff0000;
I can set how how much the effect is by
mymaterial.ambient = 0.5;
But, when using a texure
mymaterial.ambientTexture = Cast.bitmapTexture(amb);
mymaterial.ambient = no change
Bug? expected behaviour?