在线演示

Client-side rendering with RemoteViz

Cloud-native applications based on Open Inventor and RemoteViz use server-side rendering to generate advanced 3D visualization and stream it to the user's browser without needing a powerful GPU on the client machine. However, applications can often enhance the user experience by adding client-side rendering that appears on top of the streamed images.

In this demo, the graphical feedback (red text and green circle) and annotation text for the angle measurement tool is being drawn using JavaScript code running in the browser. Small messages are exchanged with the server at the start and finish of the interaction. Using client-side rendering completely avoids response time lags caused by network latency and allows the user to interact smoothly independent of the network.

See client-side rendering in action: