Posts
Showing posts from January, 2025
VFX Presentation By Ayush Tripathi
- Get link
- X
- Other Apps
Fractal Cloud Viewer 2 Fractal Cloud Viewer 2 This lets you view an interesting 3D model made from a few levels of recurring patterns. Drag mouse or touch up or down to move vertically. An older version implemented with canvas 2D context is available here . OK html, body { padding: 0; margin: 0; overflow: hidden; } canvas { width: 100%; height: 100vh; background-color: #000; /* Prevent swiping and dragging problems. */ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; } #dialog-backdrop { position: fixed; left: 0; top: 0; bottom: 0; width: 100%; opacity: 0.5; background-colo...