Create a 3d model from a 2d image using three.js

how to programmatically create a 3d model from a 2d image using three.js

Can you give more details? Do you wan’t bump-/parallaxmapping or extracting models? In the last case you need multiple images from all sides for photogrammetry, or images with depth from 3D cameras like kinect, but any kind of extracting isn’t THREE specific.

I would start here:

2 Likes