Showing results for
on pixijs.comScene Graph
Every frame, PixiJS is updating and then rendering the scene graph. Let's talk about what's in the scene graph, and...
Every frame, PixiJS is updating and then rendering the scene graph. Let's talk about what's in the scene graph, and...
Scene Graph
Every frame, PixiJS is updating and then rendering the scene graph. Let's talk about what's in the scene graph, and...
Every frame, PixiJS is updating and then rendering the scene graph. Let's talk about what's in the scene graph, and...
...Updating the Scene Graph
PixiJS uses a hierarchical scene graph to represent all visual objects. Before rendering, the graph needs to be traversed to...
PixiJS uses a hierarchical scene graph to represent all visual objects. Before rendering, the graph needs to be traversed to...
...It provides a full scene graph (a hierarchy of objects to render), and provides interaction support to enable handling click and touch events. It...
...Once removed from the layer, its still going to be in the scene graph, and will be rendered in its scene graph order.
layer...
layer...
...Each Sprite contains a Texture to be drawn, along with all the transformation and display state required to function in the scene graph.
Creating...
Creating...
...Think of RenderGroups as specialized containers within your scene graph that act like mini scene graphs themselves. Here's what you need to know...
...We've talked about the scene graph, and in general about display objects that live in it. We're about to get to sprites...
...Updating the Scene Graph
We'll talk a lot more about what a scene graph is and what it's made of in the...
We'll talk a lot more about what a scene graph is and what it's made of in the...
...They include containers, sprites, text, graphics, and other drawable entities that make up the scene graph—the tree-like structure that determines what gets...