Looking to incorporate a 3D object into my website, but the file size is too large. I'm considering taking images of the object from various angles and utilizing code to create a visual 3D effect when users interact with them.
I was inspired by a website called pixelsquid that achieved a similar result. Currently exploring ways to replicate this on my own site.
If anyone has knowledge of libraries or code that could assist in achieving this effect, it would be greatly appreciated.
While aware of libraries that support full 3D objects, the file size of mine is prohibitive for this approach.
One proposed method involves creating a large grid image composed of smaller images arranged to simulate 3D movement. If there is a way to write code that can manipulate these images' positions for a realistic 3D effect, that would be ideal.