How can i create in three.js a similar effect?
I’d use a texture.
For a dynamic holographic effect, I’d use dynamic texture (e.g. written in TSL). Something similar to this:
5 Likes
Cool sample! How does one view the “tsl-textures/scream.js” script?
edit: i c it’s a cdn link… here it is if anyone is interested:
https://cdn.jsdelivr.net/npm/tsl-textures@0.6.0/src/scream.js
1 Like
4 Likes
Awesome thanks! Been looking for nice concise tsl examples. Might be time to learn something new for me.
1 Like
Any time is a good time to learn something new.
1 Like
I think you can implement it with only texture.
With combine two thextures, you can implement it.
Want more assist?