Capítulo 226 de 859

Chapter 226: FlakesTexture

Core Idea

Utility class for generating a flakes texture image. This image might be used as a normal map to produce a car paint like effect.

Code Examples

import { FlakesTexture } from 'three/addons/textures/FlakesTexture.js';
  • What it demonstrates: Typical usage of FlakesTexture.

Reference Tables

Constructor

Signature
new FlakesTexture( width : number, height : number ) : HTMLCanvasElement

Key Takeaways

  1. FlakesTexture has no documented properties/methods beyond what's shown above — check the source link for implementation details.

Connects To