Hi,
I want to do some operations on my point cloud after it was built (such as centering and rotation).
If I do these operations not via the API, then load the edited point cloud to the chunk with chunk.importPointCloud(path=/path/to/pcd, crs=chunk.crs, replace_asset=True),
will chunk.optimizeCameras() do what it should and give valid results with updated cameras' matrices accordingly?
Or do I must give the translation parameters to chunk.transform.matrix and only then run chunk.optimizeCameras()?
Thanks in advance!