A responsive 3D human figure with realistic walking, waving, and dancing animations built with Three.js.
The human figure is built using geometric primitives (spheres, cylinders, boxes) with:
index.html
: Main HTML structure with UI controlsmain.js
: Application entry point and main loophuman.js
: Human model creation and materialsanimation.js
: Animation logic for all movement modesscene.js
: Scene setup with lighting and fogcamera.js
: Camera configurationcontrols.js
: OrbitControls setuprenderer.js
: WebGL renderer configurationconfig.js
: Configuration constants for proportions and colorsSimply open index.html
in a modern browser. No additional dependencies required.