-
Notifications
You must be signed in to change notification settings - Fork 2
TextureType
Carl Hewett edited this page Oct 2, 2016
·
3 revisions
SDL3D supports multiple texture types. Specify a type when adding a texture in the resource manager.
Module TextureType
Simple RGB .bmp texture.
A compressed .dds texture. It can either be compressed by DXT1, DXT3 or DXT5. Keep in mind that you HAVE to flip the texture (on the y-axis) before compressing (check out the compress tool in the tools directory).
- Understanding the Lua API reference
- Tutorial
- Units
- Notes
- Lua API reference
- Callbacks
- Global
- Game
- Engine
- ResourceManager
- Shader
- Texture
- TextureType
- ObjectGeometryGroup
- ObjectGeometry
- Sound
- SoundType
- GPUBuffer_uint
- GPUBuffer_vec2
- GPUBuffer_vec3
- InputManager
- KeyCode
- EntityManager
- Entity
- PhysicsBody
- PhysicsBodyType
- Camera
- Object
- TexturedObject
- ShadedObject
- Light
- GraphicsManager
- Utils
- IVec2
- Vec2
- Vec3
- Vec4