How do i display a 3d camera on a flat surface

i am making a game where you can see things on a security camera, and i want to display what the camera sees on a 3d surface

2 Likes

Not sure how this is done, but now that you said this I’m also wondering if it’s possible! :smile:

1 Like

it’s probably some advanced javascript thing that converts the camera view into a texture

Why This Is the Best Approach

:white_check_mark: Works on any 3D surface
:white_check_mark: Real-time and accurate
:white_check_mark: Supports lighting, shadows, animations
:white_check_mark: Easy to distort (CRT effects, static, noise, glitches)
:white_check_mark: Industry standard solution