The resources loader of the game.
Return a texture rescaled according to given dimensions.
The texture width
The texture height
The renderer used to generate the texture
Return the PIXI texture associated to the specified resource name. If not found in the loaded textures, this method will try to load it. Warning: this method should only be used in specific cases that cannot rely on the initial resources loading of the game, such as the splashscreen.
The name of the resource
The requested texture, or a placeholder if not valid.
Return the three.js material associated to the specified resource name.
The name of the resource
The requested material.
PixiImageManager loads and stores textures that can be used by the Pixi.js renderers.