Andreas Reich

Results 521 comments of Andreas Reich

@timsaucer I reckon this is outdated by now and should be closed?

@abey79 / @timsaucer any reason not to get this towards landing?

iirc we go this addressed by now. Closing (please re-open if needed)

For instance, WESL's [`import` syntax](https://github.com/wgsl-tooling-wg/wesl-spec/blob/main/Imports.md) isn't supported yet. It is slightly different from the naga_oil style import syntax that is supported right now. Concretely it doesn't start with `#` and...

@jpazhaya btw. there's already some limited edit options for colors and other things in the viewer via the override panel when you select an entity :) I imagine predefined color...

This is solved now due to tagged components: we can easily distinguish what kind of blob etc. is present, causing some simplifications

Sounds like you're probably hitting this sleep here https://github.com/gfx-rs/wgpu/blob/fd6f16f5982bdaba49ca179c114a62d2953acf10/wgpu-hal/src/metal/device.rs#L1550 `PollType::Wait` is all about waiting for all scheduled gpu work to be done and synchronized back to the cpu, i.e. wait...

We do have a [raw text panel by now](https://www.rerun.io/docs/reference/types/archetypes/text_document) which supports markdown as well but there's no built-in json support. It's also possible now to build your own file support...

had a quick first look and I believe the problem is our lack of handling for anamorphic cameras in the 2D view: the broken looking rrd has different focal length...