Class ImageCubemap
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
Provides configuration and loading functionality for initializing cubemap texture resources from the specified image files.
public class ImageCubemap : Cubemap, IResourceConfiguration
- Inheritance
-
ImageCubemap
- Implements
- Inherited Members
Properties
- ColorType
Gets or sets a value specifying optional conversions applied to the loaded image.
- FlipMode
Gets or sets a value specifying the optional flip mode applied to the loaded image.
- NegativeX
Gets or sets the name of the image file to load for the negative X direction.
- NegativeY
Gets or sets the name of the image file to load for the negative Y direction.
- NegativeZ
Gets or sets the name of the image file to load for the negative Z direction.
- PositiveX
Gets or sets the name of the image file to load for the positive X direction.
- PositiveY
Gets or sets the name of the image file to load for the positive Y direction.
- PositiveZ
Gets or sets the name of the image file to load for the positive Z direction.
Methods
- CreateResource(ResourceManager)
Creates a new cubemap texture resource from the specified image files.