Scalable
The Scalable plugin integrates with the Scalable Display Technologies SDK to enable seamless multi-projector and multi-display rendering.
It provides automatic configuration of the CameraMultiview based on the Scalable system calibration data and handles the presentation of all RenderFrame instances using a single draw() command.
info
The Scalable plugin supports Fusion resources, enabling efficient multi-GPU rendering across large-scale display systems.
info
This plugin is available upon request for organizations with a valid Scalable SDK license.
#include <render/scalable/include/TellusimScalable.h>
Example
// Create Scalable instance
RenderScalable render_scalable(desktop);
if(!render_scalable.create(device, window.getSurface(), configuration)) return false;
// Automatically update the MultiView camera using Scalable calibration
render_scalable.update(camera_multiview);
// Present the rendered frames to the calibrated output configuration
render_multiview.draw(target, command, render_frames.get(), flipped);