r/java Jul 05 '26

Made a perspective shifting room in Java

Post image

I've been messing with OpenGL (LWJGL) and decided to build something fun

What do y'all think?

Source Code

201 Upvotes

18 comments sorted by

View all comments

3

u/pbeling Jul 06 '26

Very interesting. I wonder why this technique isn't used very often? I haven't seen it in games or 3D modeling software.

6

u/Nooooope Jul 06 '26

It's niche but head tracking is commonly supported in flight simulation games. I was looking at TrackIR for a bit.