Is X-ray possible? #723
ZombiesLoveZGames
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I’m curious if it’s possible to create an Entity that acts like an x-ray, allowing it to see through a specific list of other Entities. I attempted to do this by setting up a separate Camera, but that didn’t work out. I also tried to get a rendered texture to display on the x-ray Entity, but no luck there either. I even considered using a shader, but I’m not sure how to implement that.
I’ve come to realize that if I can display a texture on the entity showing the output from another camera, it could open up possibilities for portals, mirrors, non-Euclidean geometry, and more. I just need some guidance on how to achieve this!
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions