[Papervision3D] Q:getting BlendMode to work for MovieMaterial

moveup at mac.com moveup at mac.com
Sat Nov 17 19:23:40 PST 2007


Hi
I'm trying to get BlendMode to work with a Moviematerial used in a Plane.
      This is a code excerpt           
//CODE START
                      var bm_holder:Sprite=new Sprite();
 		     bm_holder.blendMode = BlendMode.ADD;

                       var material:MovieMaterial = new MovieMaterial(bm_holder);
			material.animated = true;
			material.interactive=true
			
			material.doubleSided = false;
			
			material.smooth = false;
			var plane= new Plane( material, xInc, yInc, 1, 1);
	//CODE END


Any suggestions?


[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca
--------------------------------------------
"...all improvisation is life in search of a style."
             - Bruce Mau,'LifeStyle'



More information about the Papervision3D mailing list