Would be cool to be able to share a particular perspective (camera location and orientation) with someone else e.g. by putting the camera parameters into an URL?
Description
Description
Comment Actions
Maybe we can encode JSON with base64 in URL query params:
JSON:
{ "position": [2.5, 0.5, 7.5], "target": [0.0, 0.2, 0.3] }
Base64:
ewoicG9zaXRpb24iOiBbMi41LCAwLjUsIDcuNV0sCiJ0YXJnZXQiOiBbMC4wLCAwLjIsIDAuM10KfQ==