|
|
|
|
|
by JKCalhoun
201 days ago
|
|
In case you miss it, a video of the thing in operation is linked: https://youtu.be/pcAEqbYwixU Reminds me that there are limitations to volumetric displays—namely that, since you have no idea where the viewer is located, there is no backface culling you can perform. So it seems to work best for "cutaway" views. I'd like to see one in person. Might be "magical" — the video only kind of hints at this. |
|
For example imagine a spinning display like those of the article but somehow tuned so that they are only visible when exactly head on. In that case, you know where the observer is: right in line with the screen. So you can have backface culling; as the display spins you render all 360 (or however many) viewpoints.
Now granted, this doesn't deal with how high or low the observer is. We'd need to find another solution for that.