Skip to content

Commit c4a7823

Browse files
authored
Update README.md
1 parent 38d883b commit c4a7823

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Whether to generate edges representing the intersections between triangles.
9595

9696
```js
9797
*generate(
98-
geometry: MeshBVH | BufferGeometry,
98+
geometry: Object3D | BufferGeometry,
9999
options: {
100100
onProgress: ( message: string ) => void,
101101
}
@@ -111,8 +111,8 @@ Generate the edge geometry using a generator function.
111111

112112
```js
113113
generateAsync(
114-
geometry : MeshBVH | BufferGeometry,
115-
options : {
114+
geometry: Object3D | BufferGeometry,
115+
options: {
116116
onProgress: ( message: string ) => void,
117117
signal: AbortSignal,
118118
}

0 commit comments

Comments
 (0)