Almar Klein
Almar Klein
Really cool to fly through a cloud of logos, and having a way to draw the logo like this. TBH I'm not a fan of the the `render_with_logo()`. I think...
I'm open to the idea. @Korijn ?
Can you explain more about the problem that this would solve? One advantage is being able to just push a tag without needing commits like #725. Seeing #726, I also...
Thanks for the detailed explanation @hmaarrfk! The advantages are much more clear to me now. I think much of the complexity, as well as the problems with portability (e.g. pyinstaller)...
Could you try modifying the shader to: ```wgsl let raw_pos = vec3(load_s_positions(i0)); ``` From what I can tell, the rest of the logic should handle the type correctly. It seems...
I think your suggestion for a `set_parent()` method makes sense, and I don't think would be hard to add. It'd basically a convenience method that calls into existing methods.
No longer relevant; this use-case should work with the new blending.
> @almarklein wrong Jan, but keep up the great work Sorry mate!
I did a quick check and it looks like the renderer is still rendering. I also see two shapes flickering (sometimes showing one, sometimes another), so to me it looks...
@johannesz-codes does @Anachron's comment make sense for your problem?