Asger Nyman Christiansen
Asger Nyman Christiansen
Idea: - Create a texture atlas with all the letters (eg using fontdue) - Add a `TextEffect` that renders a given string (or single letters?) using uvs to index into...
- Deprecate egui implementation - Use egui-glow in examples
`PointCloud` struct that implement the `Geometry` trait and use an `InstancedMesh` internally
Replace `RenderTarget::copy_from` and `RenderTarget::copy_from_array` with something more generic. Create a copy `ImageEffect` that takes a color and depth enum that can be any type of texture (Similar to ColorTarget and...
If a mesh is transparent and the blend mode is not ADD, the triangles has to be rendered back to front which requires sorting them cpu-side. In principle it should...