Explorar el Código

Merge pull request #18963 from windkomo/fix-tessellate-ts

Fix TessellateModifier ts definition
Mr.doob hace 5 años
padre
commit
0852a9d843
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;