pixi.js
Website
GitHub
Discord
Preparing search index...
TEXTURE_DIMENSIONS
Type Alias TEXTURE_DIMENSIONS
Advanced
TEXTURE_DIMENSIONS
:
"1d"
|
"2d"
|
"3d"
The texture dimensions that are supported by pixi.
1d
is a one-dimensional texture, which is typically used for linear data.
2d
is a two-dimensional texture, which is commonly used for images and textures.
3d
is a three-dimensional texture, which is used for volumetric data or 3D textures.
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
Website
GitHub
Discord
pixi.js
Loading...
The texture dimensions that are supported by pixi.
1d
is a one-dimensional texture, which is typically used for linear data.2d
is a two-dimensional texture, which is commonly used for images and textures.3d
is a three-dimensional texture, which is used for volumetric data or 3D textures.