Creating a simulation with multiple cameras #4836
-
Hi, is it possible to create a simulation which features more cameras displayed on different windows without using Unity or Unreal? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @carlolodin I think what you are looking at is OglViewPort, see an example here: examples/Component/Visual/OglViewport.scn |
Beta Was this translation helpful? Give feedback.
-
I believe that https://github.com/sofa-framework/SofaGLFW/ has been designed to support multiple windows, but no one made the effort to implement it. Don't hesitate to contribute ;) |
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Hi @carlolodin
I think what you are looking at is OglViewPort, see an example here: examples/Component/Visual/OglViewport.scn
Hope this helps