Best way to display photorealistic 3D in the browser?
I need to display an item that a user can rotate (left/right, up/down). I can pre-render these in Blender from every angle. Maybe if the renders are done just 10° rotated on every axis, that will do what I need.
Rather than doing it from scratch, I was thinking maybe some library already exists for this but I'm not sure what this is called, so I'm not able to find anything relevant. I am not looking for a STL renderer or some WebGL thing but just some JavaScript trickery.
11 comments
[ 3.6 ms ] story [ 38.3 ms ] threadhttps://projects.markkellogg.org/threejs/demo_gaussian_splat...
If it's real 3d, the Sketchfab viewer is nice indeed. Might not be photorealistic but close enough. There's also https://www.npmjs.com/package/@google/model-viewer
There's probably a ton of libs for either approach, just try a few and pick the best one for your use case.
You can also tie it into scroll state and a narrative, like https://www.scanofthemonth.com/scans/coffee
Good luck.