threejs-textures

Installation
SKILL.md

Three.js Textures

When to Use

  • You need to load, configure, or optimize textures in Three.js.
  • The task involves UV mapping, texture settings, cubemaps, environment maps, or HDR texture workflows.
  • You are working on surface detail and material inputs rather than geometry or animation.

Quick Start

import * as THREE from "three";

// Load texture
const loader = new THREE.TextureLoader();
const texture = loader.load("texture.jpg");
Installs
92
GitHub Stars
40.8K
First Seen
Mar 6, 2026
threejs-textures — sickn33/antigravity-awesome-skills