Newer
Older
HuangJiPC / public / static / three / examples / jsm / utils / UVsDebug.d.ts
@zhangdeliang zhangdeliang on 21 Jun 129 bytes update
import { Geometry } from '../../../src/Three';

export function UVsDebug( geometry: Geometry, size: number ): HTMLCanvasElement;