Holeographic background

How can i create in three.js a similar effect?
41Ys6ZeykyL.UX358_FMwebp_QL85

I’d use a texture.

For a dynamic holographic effect, I’d use dynamic texture (e.g. written in TSL). Something similar to this:

https://codepen.io/boytchev/full/MWMYdwm

image

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

All sources are here:

https://github.com/boytchev/tsl-textures

The font page is here:

https://boytchev.github.io/tsl-textures/

4 Likes

Awesome :slight_smile: thanks! Been looking for nice concise tsl examples. Might be time to learn something new for me. :smiley:

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?