When a very large model is displayed, I want to display the entire model at all times. Regardless of any operations such as rotation, zooming in, etc

Using the Client Side Rendering (Streaming) model, how can I achieve the effect of not re-rendering part of the model when using the mouse to rotate the model? I want to always display the entire model. Regardless of any operations such as rotation, zooming in, etc.

bandicam 2023-08-30 21-45-56-052.zip (2.9 MB)

You can do this by setting the minimum framerate to 0:

hwv.setMinimumFramerate(0)
https://docs.techsoft3d.com/communicator/latest/api_ref/viewing/classes/Communicator.WebViewer.html#Communicator.WebViewer.setMinimumFramerate

1 Like