aman-technyx / g42-three-js

using three js particle system for pitching g42 concept e.g: https://vos9x.com
3 stars 0 forks source link

deformation process #1

Open xiaoForest opened 6 months ago

xiaoForest commented 6 months ago

Hello, I am curious about how the map of the official website becomes a chain in the process of scrolling.

aman-technyx commented 6 months ago

Hello, I am curious about how the map of the official website becomes a chain in the process of scrolling. HI @xiaoForest this was tranforming the meshobject

i studied that website they were using muitple 3d gltf objects and having particle systems, plot that particle system to that meshobject Geometry, and for scroll event they were using gsap

i have done some work on forming particle system to an meshObject geometry, you can look in g42-three-js /hands.html

you can check this guy -> https://www.youtube.com/watch?v=CC__iJ8IIqc&ab_channel=YuriArtiukh

thanks,