Skip to content

Commit

Permalink
Editor: Fix vertex normals helper regression. (#1441)
Browse files Browse the repository at this point in the history
* Editor: Fix vertex normals helper regression.

* Update three.js
  • Loading branch information
Methuselah96 authored Dec 15, 2024
1 parent 2ffeccd commit 07c617d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions types/three/examples/jsm/helpers/VertexNormalsHelper.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { LineSegments, Object3D } from "three";

export class VertexNormalsHelper extends LineSegments {
readonly isVertexNormalsHelper: true;

constructor(object: Object3D, size?: number, hex?: number);

object: Object3D;
Expand Down

0 comments on commit 07c617d

Please sign in to comment.