cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
4 stars 6 forks source link

Rationalise pointcloud representation settings and implementation #106

Closed jackjansen closed 1 year ago

jackjansen commented 1 year ago

Subject says all.

jackjansen commented 1 year ago

There's more to it that I thought earlier. Right now your pointcloud representation "subtype" (which is basically your capturer) is stored in the orchestrator (after being selected in the orchestrator settings dialog, through the UserRepresentationType types.

This is ridiculous: the only thing the Orchestrator need to know is that your representation is pointclouds. It doesn't matter how these are captured.

We should store the capturer settings locally, and only tell the orchestrator "pointclouds".