diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000..6409772 --- /dev/null +++ b/examples/index.html @@ -0,0 +1,45 @@ + + + + pixi.js example 1 + + + + + + + + + diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000..6409772 --- /dev/null +++ b/examples/index.html @@ -0,0 +1,45 @@ + + + + pixi.js example 1 + + + + + + + + + diff --git a/src/core/textures/RenderTexture.js b/src/core/textures/RenderTexture.js index 60a3a3b..d2c27eb 100644 --- a/src/core/textures/RenderTexture.js +++ b/src/core/textures/RenderTexture.js @@ -256,7 +256,9 @@ this.textureBuffer.transform = matrix; - + //TODO not a fan that this is here... it will move! + this.textureBuffer.activate(); + // setWorld Alpha to ensure that the object is renderer at full opacity displayObject.worldAlpha = displayObject.alpha;