this post was submitted on 30 Jan 2025
10 points (91.7% liked)
CrossView
610 readers
1 users here now
A way to see 3D images without special screens or glasses. Just cross your eyes to overlap the two images.
Posting on Crossview
This is a community for posting or discussing 3D images using the crossview technique. There are other communities for viewing 3D on your screen including the Parallel View technique, one for Wigglegrams and also one for Anaglyph 3D using red/blue glasses.
Keep it fun.
I will moderate according to the Lemmy.World Code of Conduct.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It is a figure in the complex plane that illustrates whether the "equation" (more like programming language expression) z = z² + c goes to infinity or not. z=c is a complex number that you start with on each pixel you render and in every step you change z according to the formula while c stays constant. You render the pixel black if you reach infinity (in practice a treshold). You can color the surroundings based on how fast they approach infinity or assign them a height on the Z axis, creating a 3D figure.
The Mandelbulb is different as it does not use Cartesian coordinates.