A interactive 3D animation created with Three.js that demonstrates physics-based falling objects with shaking effects.
- Interactive 3D scene with orbit controls for camera manipulation- Multiple geometric shapes (cube, pyramid, cylinder) with realistic materials
- Physics-based animation sequence: 1. Objects shake for 3 seconds 2. Brief pause (1 second) 3. Sequential falling animation with gravity effects
- Responsive design that adapts to window resizing
- Built with Three.js r128- Uses WebGL for rendering
- Implements OrbitControls for camera interaction- Features MeshStandardMaterial for realistic lighting
- Includes ambient and point lighting for depth
- Clone this repository2. Open
index.html
in a modern web browser - Use mouse/touch controls to interact: - Left click + drag to rotate
- Right click + drag to pan - Scroll to zoom
- Modern web browser with WebGL support
- Internet connection (for CDN resources)
index.html
- Main version with all features (cube, pyramid, and cylinder)
MIT License