asset-pipeline-3d

Optimize GLTF/GLB assets with compression, texture optimization, and LOD workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AnthemFlynn/dwc --skill asset-pipeline-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-pipeline-3d
Source: https://github.com/AnthemFlynn/dwc/tree/main/plugins/web-graphics/skills/asset-pipeline-3d
Command: npx skills add https://github.com/AnthemFlynn/dwc --skill asset-pipeline-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Prepare and optimize GLTF/GLB assets for fast web delivery, reducing load times and ensuring robust export pipelines.

Core Features & Use Cases

  • Geometry compression options (Meshopt/Draco) for optimized models
  • Texture optimization and GPU-ready formats (KTX2/Basis Universal, WebP)
  • LOD generation and atlas/packing workflows for performance
  • Blender export guidelines and validation checks for web deployment
  • Use cases across product demos, architectural visualization, and interactive 3D web apps

Quick Start

Process a GLTF/GLB asset by applying recommended compressions, texture optimizations, and LODs to prepare a web-ready export.

Frequently Asked Questions about asset-pipeline-3d

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize GLTF/GLB assets for web delivery?

To optimize GLTF/GLB assets for web delivery, apply geometry compression like Meshopt or Draco, convert textures to GPU-ready formats like KTX2 or WebP, and generate LODs. This reduces load times for web-based 3D viewers.

What is the best way to compress 3D model geometry for Three.js?

Compressing 3D model geometry for Three.js is best achieved using Meshopt or Draco compression. These formats optimize GLTF/GLB files by significantly reducing mesh data size for faster web loading.

Does this GLTF optimization pipeline support KTX2 and WebP texture formats?

Yes, this GLTF optimization pipeline supports KTX2 and WebP texture formats. It converts textures to these GPU-ready formats and applies texture-size budgeting to ensure efficient web performance.

How do I set up Blender export settings for web-ready GLTF?

To set up Blender export settings for web-ready GLTF, follow specific validation checks and export guidelines. This ensures your 3D models are correctly configured with proper compression and textures for web deployment.

When should I generate LODs for 3D web viewer assets?

You should generate LODs for 3D web viewer assets when building interactive demos or architectural visualizations. LOD generation reduces the rendering load by adjusting geometry detail based on camera distance.

Can I use this workflow for architectural visualization 3D models?

Yes, you can use this workflow for architectural visualization 3D models. It applies geometry compression, texture optimization, and LOD generation specifically suited for heavy architectural meshes in web applications.