threejs-scene-setup

安装量: 1.4K
排名: #8263

安装

npx skills add https://github.com/gamedev-skills/awesome-gamedev-agent-skills --skill threejs-scene-setup

three.js Scene Setup Create the foundation of a three.js app: module loading, the scene/camera/renderer trio, the render loop, responsive resizing, and camera controls. Patterns target r184 . Read the installed three version before changing an existing project because examples and addons move across releases. When to use Use when bootstrapping a three.js scene, fixing a blank/black canvas, making the canvas responsive, setting up the animation loop, or adding OrbitControls . Use when package.json depends on three and code does import * as THREE from 'three' . When not to use: loading .gltf / .glb models or skinned animation → threejs-gltf-loading . Materials, lights, shadows, environment maps → threejs-materials-lighting . 2D rendering → pixijs-rendering . Core workflow Show more Installs 847 Repository gamedev-skills/…t-skills GitHub Stars 456 First Seen Jun 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn

返回排行榜