Explorar el Código

Fix TessellateModifier ts definition

Maxime Khoy hace 5 años
padre
commit
6444d8289e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/jsm/modifiers/TessellateModifier.d.ts

+ 1 - 1
examples/jsm/modifiers/TessellateModifier.d.ts

@@ -2,7 +2,7 @@ import {
 	Geometry
 } from '../../../src/Three';
 
-export class SubdivisionModifier {
+export class TessellateModifier {
 
 	constructor( maxEdgeLength: number );
 	maxEdgeLength: number;