I wanted to make a website that contains rendered images and it will be look like 3d here’s the example cause i dont really know how to do it or what is it called https://eg22.simedarbyproperty-vr.com/type-a?filter=exterior&unitImgIndex=11
- You don’t really need three.js for it - as long as you have a few 2D images, you can just change between them in pointermove event
Three.js is only needed if you’d have an actual 3D model and would like to rotate it.
- Is something specific blocking you?