Discovered by Paul Schatz in 1929, the oloid rolls so that every point on its surface touches the ground, making it effective for mixing liquids and supporting water purification.
this guy vibe coded a wallpaper that shifts perspective when you move your head
uses your webcam to track your position.
move any direction and the background moves with you
Learning shaders in Godot.
UV = normalized position (0–1) on the sprite
distance = how far a pixel is from a point (e.g. the center)
step = a threshold function (outputs 0 or 1)
Using distance + step to create a circular mask.
#gamedev#Godot