Andreas Reich

Results 521 comments of Andreas Reich

Obsolete now - camera in 0.27 is fully configurable by blueprint

might as well just remove it in the meantime given that it's always doing the wrong thing Oo

We still don't have anything that does a latest-at query for querying the data. What we do have is jumping to a specific timepoint, but that's different from the query...

Having multiple devices associated with a singe `GpuProfiler` won't work because one can't use buffers across devices easily. But that still shouldn't preclude from sharing the same tracy client between...

Well, the issue is that right now that each `GpuProfiler` creates a tracy gpu context. You'd want to share a single tracy context across several `GpuProfiler` instances (one for each...

Haven't been following the entire discussion, but there's a lot of issues with pulling data from outside of a viewer's query/entity-pathfilter: * changes the query mechanism from going through a...

Superset of * https://github.com/rerun-io/rerun/issues/1329

It's not called out on any short term roadmap, but that said I think as we move to a client/server everything model we're getting a lot closer to a nice...

As pointed out on Discord the WebViewer is a wasm32 process and can't support more than around 3.5gb for the memory limit. Not sure though if there's some bug in...

... actually I it should warn for any memory limit that is not "physically" possible either way