Control 3D Scene

Rubens SDK is a powerful, fully API-based 3D rendering engine designed to provide users with complete control over their 3D scene. You can switch light settings, can control the camera and switch parameters. All this with simple function calls.

For example:

RoomleConfigurator.setParameter(parameter, value);

You can look up all available functions in this reference: RoomleConfigurator.default

Last updated