Showing results for

scene graph

on pixijs.com
pixijs.com › 8.x › guides › concepts
Scene Graph | PixiJS
Scene Graph
Every frame, PixiJS is updating and then rendering the scene graph. Let's talk about what's in the scene graph, and...
pixijs.com › 7.x › guides › basics
Scene Graph | PixiJS
Scene Graph
Every frame, PixiJS is updating and then rendering the scene graph. Let's talk about what's in the scene graph, and...
pixijs.com › 8.x › guides › concepts
Render Loop | PixiJS
...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.com › 7.x › guides › basics
What PixiJS Is | PixiJS
...It provides a full scene graph (a hierarchy of objects to render), and provides interaction support to enable handling click and touch events. It...
pixijs.com › 8.x › guides › concepts
Render Layers | PixiJS
...Once removed from the layer, its still going to be in the scene graph, and will be rendered in its scene graph order.
layer...
pixijs.com › 7.x › guides › components
Sprites | PixiJS
...Each Sprite contains a Texture to be drawn, along with all the transformation and display state required to function in the scene graph.
Creating...
pixijs.com › 8.x › guides › concepts
Render Groups | PixiJS
...Think of RenderGroups as specialized containers within your scene graph that act like mini scene graphs themselves. Here's what you need to know...
pixijs.com › 7.x › guides › components
Textures | PixiJS
...We've talked about the scene graph, and in general about display objects that live in it. We're about to get to sprites...
pixijs.com › 7.x › guides › basics
Render Loop | PixiJS
...Updating the Scene Graph
We'll talk a lot more about what a scene graph is and what it's made of in the...
pixijs.com › 8.x › guides › components
Scene Objects | PixiJS
...They include containers, sprites, text, graphics, and other drawable entities that make up the scene graph—the tree-like structure that determines what gets...