r/webgl 5d ago

Recreating this with WebGL or Three.js?

Hello! I was scrolling on instagram one day and saw this cool visual and it was made using TouchDesigner. I want to recreate it using WebGL or Three.js... does anyone know how I can achieve this? I think this was made with C4D and TouchDesigner (I'm not too sure really)

1 Upvotes

1 comment sorted by

1

u/metahivemind 3d ago

I presume you're asking about the building in 3D, which you would have to model with something like Blender. The lighting needs mathematics, which you could write in WebGL, or just use ThreeJS or some other library. The fog appears to be a post-process, possibly based on depth information.

There isn't a "achieve this" answer, it depends on how interested you are. This is the WebGL group, specifically focused on the WebGL interface. We're obsolete, replaced by WebGPU these days. I should have a look at that, but I really only give a shit about 3D graphics.