3dct / open_iA

A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
GNU General Public License v3.0
40 stars 16 forks source link

use the client ID as an object for representation #71

Closed mdalpiaz closed 5 months ago

mdalpiaz commented 5 months ago

The idea is to handle clients just like objects (they both get assigned IDs from the same pool), meaning we can send their position and rotations. When we want to visualize a client, we just send a position or rotation request with its ID. The ClientID response would finally have a purpose.

codeling commented 5 months ago

Good suggestion! The server side the will also reserve a client ID for open_iA's 3D renderer, for which we would otherwise be missing an identifier!