# Increase volume rotation speed when using wslink library

**URL:** https://discourse.vtk.org/t/increase-volume-rotation-speed-when-using-wslink-library/15044
**Category:** Web
**Tags:** python, code
**Created:** [December 18, 2024, 7:51am UTC](https://discourse.vtk.org/t/increase-volume-rotation-speed-when-using-wslink-library/15044 "2024-12-18T07:51:35Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dbtruong](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/d/f08c70/32.png) [@dbtruong](https://discourse.vtk.org/u/dbtruong)
#### Post date: [December 18, 2024, 7:51am UTC](https://discourse.vtk.org/t/increase-volume-rotation-speed-when-using-wslink-library/15044/1 "2024-12-18T07:51:35Z")

</div>

Hello,  
I am using wslink library to communicate between client and server, and I am using vtkInteractorStyleTrackballCamera class to rotate the server-side rendered volume. I want to ask if there is any other way to make the rotation speed faster?  
Thanks a lot.

---

<div class="post-metadata">

### Author: ![Sebastien\_Jourdain](https://discourse.vtk.org/user_avatar/discourse.vtk.org/sebastien_jourdain/32/100_2.png) [@Sebastien\_Jourdain](https://discourse.vtk.org/u/Sebastien_Jourdain)
#### Post date: [December 20, 2024, 3:37am UTC](https://discourse.vtk.org/t/increase-volume-rotation-speed-when-using-wslink-library/15044/2 "2024-12-20T03:37:20Z")

</div>

Assuming remote rendering, you will need to adjust the speed on the interactor style server side.

Unless you are talking about something else, in which case we would need more context and information.
