Hello.
is it possible to use TextureProjector on any material? like:
“var tp:TextureProjector = new TextureProjector(new BitmapTexture(bitmapData));
material.addMethod(new ProjectiveTextureMethod(tp));”
and how to update the texture with ....updateTexture…?
I’m doing some test but it works not as expected.
Thanks!