Skip to content

Support multi-local_floor space on server side

Yu Li requested to merge quic_yli25/monado:multi_local_floor_space into main

monado!2130 supports muti-localspace, each client can have independent local space to use.

We need to support multi-local_floor space to match multi-local space.

Modify the functions of creating multi LOCAL space to create LOCAL and LOCAL_FLOOR space simultaneously. So LOCAL_FLOOR space can use the origin (X and Z coordinates) and orientation of LOCAL space, and match STAGE space in Y coordinate.

image

Edited by Yu Li

Merge request reports