LogoClawIndex
CasesSkillsAbout
LogoClawIndex

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-22

Capabilities

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

Source

  • Spec: SKILL.md

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.
3D rendering
mesh loading
OBJ parsing
texture mapping
GPU programming
load OBJ 3D model
parse vertex data
upload vertices to GPU
load PNG texture
OBJ file
PNG texture
rendered 3D mesh