Al M.

Results 11 comments of Al M.

Brought this up-to-date with the main branch. I wish github displayed the diffs in such a way that it was clearer most of the changed lines are just indentation changes...

Merged and tested the ui example.

> Your screenshot doesn't look exactly like the expected (https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/TextureTransformTest), it seems the background for out of texture quads are not the same. Do you know why? The default camera...

Is this better or worse? Not sure. It works, at least. ```rust #[cfg_attr(any(feature = "amalgation", feature = "link-system"), doc = "```")] #[cfg_attr( not(any(feature = "amalgation", feature = "link-system")), doc =...

It's unfortunate Bevy doesn't handle this situation more generally. This doesn't even work with scenes, which is where I would expect most users of Bevy to have handles to external...

@djeedai Merged, and added a test.

> What does that leave? Just a command-line option request to explicitly set the stage and ignore the file suffix? That would be useful. I use glslang as a syntax...

I think this is a limitation of immediate mode. `Ui::horizontal` assumes your content is `spacing().interact_size.y` tall and centers vertically based on that. If you know the height of your content...

There is also https://api-docs.deepseek.com/guides/fim_completion.

Interesting, thanks for the insight. In theory, if you had a list of known modifiers that referred to object properties, you could do some kind of equivalence test on modifier...