Visualization: Create second window

Hello

is there a way to create a second window?
For multiview like in the sample_render_engine.
But instead of arrange them side by side, I would prefer it to open separate windows for each part.

Thanks

Hi @rudolf.zobel,

Please check dwRenderEngine_addTilesByCount() documentation page (file:///usr/local/driveworks/doc/nvsdk_html/group__render__engine__group.html#gae104b700cf4af1cfe8318c7f433a879a on your host system) and see if setting maxPerRow as 2 can arrange them side by side.

For separate windows, you may need to run two processes.