Build and Stream Browser-Based XR Experiences with NVIDIA CloudXR.js | NVIDIA Technical Blog
… The following code snippet is for the core pieces around using the createSession API. // Basic session creation const session = createSession { serverAddress: '192.168.1.100', serverPort: 49100, useSecureConnection: false, perEyeWidth: 2048, perEyeHeight: 1792, // from WebGl API gl: webglContext, /… …
