Multiple viewports #2345
Answered
by
raysan5
mohandarsi
asked this question in
Q&A
Multiple viewports
#2345
-
Is it possible to create an application that can show multiple viewports with raylib?? |
Beta Was this translation helpful? Give feedback.
Answered by
raysan5
Feb 16, 2022
Replies: 1 comment 2 replies
-
@mohandarsi You can accomplish that using 4 RenderTextures, render each 3d view in a separate RenderTexture and then draw all them to the main framebuffer. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
raysan5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mohandarsi You can accomplish that using 4 RenderTextures, render each 3d view in a separate RenderTexture and then draw all them to the main framebuffer.