game-3d-assets

Integrate GLB/GLTF models into Three.js browser games with correct scaling and orientation.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill game-3d-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game-3d-assets
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/game-3d-assets
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill game-3d-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

3D asset engineering that sources, downloads, and integrates GLB/GLTF models into Three.js browser games, replacing primitive geometry with recognizable 3D models.

Core Features & Use Cases

  • Asset sourcing from Meshy AI and free libraries
  • Seamless integration into Three.js scenes with animation support
  • Practical workflows for asset pipelines, scaling, orientation, and post-load verification

Quick Start

Use Meshy AI or libraries to fetch a GLB/GLTF model, load it with GLTFLoader, and attach it to the Three.js scene with correct scale and orientation.

Frequently Asked Questions about game-3d-assets

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

FAQPage Schema
How do I integrate GLB and GLTF models into a Three.js game?

To integrate GLB and GLTF models into a Three.js game, use the GLTFLoader to fetch the assets and attach them to your scene with correct scale and orientation. This replaces primitive geometry with real 3D models.

What is the best way to source 3D assets for Three.js browser games?

Sourcing 3D assets for Three.js browser games involves fetching GLB or GLTF models from generation services like Meshy AI or free libraries. These models are then loaded with GLTFLoader to replace primitive geometry.

Can I use Meshy AI models with Three.js GLTFLoader?

Yes, you can use Meshy AI models with Three.js GLTFLoader. The skill supports sourcing GLB/GLTF models from Meshy AI and seamlessly integrating them into Three.js scenes with animation support.

How do I fix scale and orientation issues when loading GLTF files in Three.js?

Fixing scale and orientation issues when loading GLTF files in Three.js requires a fault-tolerant loading strategy. The skill supports practical workflows for asset pipelines and post-load verification to ensure correct model placement.

Do I need a specific asset pipeline for Three.js 3D model integration?

You need an asset pipeline for Three.js 3D model integration to handle sourcing, rigging, loading, and post-load verification. This ensures the loaded GLB or GLTF assets maintain correct scale and orientation.