Novelty object reference > Image

  Image

The Image object displays a static or animated image. The visual content of an Image is determined by the associated Texture asset and an optional Animation asset. Images can have a custom color or shape.


Fig: Image object


Usage

Image is the most versatile and commonly used object type in Novelty.
Example use cases:


Caveats

On some hardware textures will get resized to increments of powers of two (256, 512, ...). This will create blank areas that only appears when the Image is tiled.


Related articles


Sample NoveltyML

<Image name="My image" texture="My texture" />


Back to top