LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

forge-mesh-loading - Load and Render 3D OBJ Models with SDL3 GPU

Load 3D models from OBJ files and render textured meshes with mipmaps and camera in SDL3 GPU

Tags

Updated: 2026-03-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • parse OBJ file
  • upload vertices to GPU
  • load texture surface
  • convert surface format
  • create GPU texture
  • generate mipmaps
  • create GPU sampler
  • create graphics pipeline
  • bind texture sampler
  • draw primitives

Inputs

  • OBJ file
  • PNG texture

Outputs

  • 3D mesh render

Requirements

  • SDL3 GPU

Source

  • Spec: SKILL.md
3D
OBJ
mesh
texture
mipmaps
SDL3 GPU
rendering
camera
parse OBJ file
upload vertices to GPU
load texture surface
convert surface format
OBJ file
PNG texture
3D mesh render