Merge branch 'dev' of https://github.com/GoodBoyDigital/pixi.js into dev
Conflicts: src/pixi/textures/RenderTexture.js Updated example for render texture
This commit is contained in:
commit
92b513e4f0
55 changed files with 28041 additions and 12487 deletions
|
@ -113,7 +113,7 @@
|
|||
|
||||
// render the stage to the texture
|
||||
// the true clears the texture before content is rendered
|
||||
renderTexture2.render(stage, true);
|
||||
renderTexture2.render(stage, new PIXI.Point(0,0), true);
|
||||
|
||||
// and finally render the stage
|
||||
renderer.render(stage);
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue