Skip to content

Commit 0db7893

Browse files
committed
feat: add image
1 parent e179cbc commit 0db7893

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
46.7 KB
Loading

src/demos/generic@space_search.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
if (planeMesh && modelMesh && tree) {
112112
const colors = planeMesh.geometry.attributes.color.array;
113113
const newPosition = [
114-
40 * Math.sin(time),
114+
40 * Math.sin(time / 3),
115115
0.5,
116-
40 * Math.cos(time),
116+
40 * Math.cos(time / 3),
117117
];
118118

119119
modelMesh.position.set(...newPosition);

0 commit comments

Comments
 (0)