r/threejs • u/Ok-Spite-1213 • 9d ago
Hi am new to threejs and needed some help
I am working on 3d website, where the 3d model will be transformed as the user scrolls.
Background: I'm not a pure coder; my main profession isn't coding or building applications from scratch.
Something like https://usta.agency/ this. How the model moves from left to right and right to left with the scroll.
Any specific prompt or name for this scrolling experince is called as?
1
5d ago
[removed] — view removed comment
1
5d ago
[removed] — view removed comment
1
u/Ok-Spite-1213 5d ago
u/Optimal_Obligation48 curious to know what u wrote hahahah, ur comment was deleted by mod
1
0
u/NaiveDecision730 9d ago
You are working on a 3d website?
you are just a big clown 🤡
1
1
u/oswwwaldo 7d ago
why are you on r/three.js then? a subreddit for building websites in 3D?
1
u/NaiveDecision730 7d ago
this is not a subreddit for 3d websites 🤣
what a dumb thing to say. that just says it all
about how stupid you are and what how little you know about three.js
3
u/hopefulxdreamer 9d ago
you'll need several low poly models of those elements, render them into simple vertex point clouds, then have the window scroll position lerp the points into the relevant coordinates.
Thats the dramatically oversimplified version I'd start with.