threejs-loaders
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
GLTFLoader,DRACOLoader,KTX2Loader,FBXLoader,OBJLoader, progress and error handlingLoadingManagerfor global progress,Cachefor HTTP caching control- Export:
GLTFExporter,OBJExporter, HDR/KTX2 export pipelines - IES, UltraHDR, or domain-specific loaders listed under Addons Loaders in docs
IMPORTANT: loaders vs textures
- threejs-loaders = fetch/decode/parse files into three objects.
- threejs-textures =
Texture/DataTextureparameters, sampling, PMREM after you already have image buffers.
IMPORTANT: loaders vs dev-setup
- Import path issues belong to threejs-dev-setup; this skill assumes imports resolve.
Trigger phrases include: