Capítulo 737 de 859

Chapter 737: UVsDebug

Core Idea

Reference for UVsDebug.

Code Examples

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

Reference Tables

Methods

MethodDescription
.UVsDebug( geometry : BufferGeometry, size : number ) : HTMLCanvasElement (inner)Function for "unwrapping" and debugging three.js geometries UV mapping.

Key Takeaways

  1. Key methods: UVsDebug.

Connects To