Skip to content

Textures

Timothy Gibbons edited this page Sep 22, 2017 · 1 revision

Textures

Textures play a very important role in game development.

To start using a texture import

site.root3287.sudo2.engine.texture.AbstractTexture site.root3287.sudo2.engine.texture.Texture site.root3287.sudo2.engine.texture.ImageTexture site.root3287.sudo2.engine.texture.TextureAtlas

These classes all load the texture, and gives texture selection with in the class.

The rendering system that render this is the Render2D rendering.

Clone this wiki locally