Jump to content

Drawing Pixi.js into another WebGL app.


trusktr
 Share

Recommended Posts

At that point you have to study pixi sources.

PIXI maintains the webgl state + blendmode and remembers bound textures + active shader + active framebuffer.

You have either to restore the state either notify pixi that it has been changed somehow and set everything that is possible to null :)

Just look in https://github.com/pixijs/pixi.js/blob/v3/src/core/renderers/webgl/WebGLRenderer.js , especially in all "active*" fields, boundTextures and the state..

Version 5 of pixi will be more easier to iontegrate with other engines.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...