forge-mesh-loading - Load and render OBJ 3D models with textures and mipmaps
Load 3D models from OBJ files and render textured meshes with mipmaps using SDL3 GPU
Tags
Updated: 2026-03-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- load OBJ 3D model
- parse vertex data
- upload vertices to GPU
- load PNG texture
- generate mipmaps
- create sampler
- create graphics pipeline
- draw primitives
Inputs
- OBJ file
- PNG texture
Outputs
- rendered 3D mesh
Requirements
- SDL3 GPU
- forge_obj.h
- forge_math.h
- HLSL shaders
