RealityServer Configuration

Iray Server Directives

Iray Server configuration is required to push RealityServer scenes to Iray Server for batch rendering.

Unlike other configuration directives Iray Server is configured inside <user iray_server> directives. Within that block there is then a <user server> block to identify each individual server.

EG:

<user iray_server>
    <user server>
        name server1
        address ws://irayserver.example.com:9090
        username admin
        password password
    </user>
</user>

When calling iray server commands you can then pass an iray_server_name of server1 to connect to this server.

All directives below are required for each server configuration.

name

Description The name to use to identify this Iray Server
Syntax name string
Context user iray_server/server

The name to use to identify this Iray Server. When calling Iray Server commands this is the value to use for the iray_server_name argument to connect to this Iray Server.

address

Description The web socket URL for this server
Syntax address ws://host:port
Context user iray_server/server

The URL to use to connect to this Iray Server. This must use the ws schema.

username

Description The username to login to Iray Server as
Syntax username string
Context user iray_server/server

The username to submit Iray Server jobs as.

password

Description The password to login to Iray Server with
Syntax password string
Context user iray_server/server

The password to use when logging in to Iray Server.