How to draw a human form in webgl and three.js

please i will love to draw a human form in the background of a website using webgl and three.js any resources for that and any help is appreciate

Wdym by human form?

human-image

How you’d create it is rather unrelated to three.js itself - three is just a rendering library. If the shape would be 2D - you can use Photoshop to just create a PNG alpha mask applied onto a Plane geometry, or create an SVG shape and load it using SVGLoader.
If the shape would be 3D - you can use Blender, create a model there and export it to GLTF/GLB. Then load that exported model in three using GLTFLoader.

1 Like

thanks a lot i have been thinking of using blender but didn’t think of the rest

If you mean drawing per se you can use glsl, but generally there are few practical reasons for this solution because it is too expensive…