-
Notifications
You must be signed in to change notification settings - Fork 0
Textures
Timothy Gibbons edited this page Sep 22, 2017
·
1 revision
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.