flight-rs / flight-rs/flight

Particle rendering

Open
#12 1 comment 0 reactions 0 assignees View on GitHub
A - Draw Enhancement P - Soon
Dominant language
Rust
Stars
6
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Building off #11, a styler for textured quads will be created. It will take lots of individual vertices and then expand them using a geometry shader. For the time being, this styler will use PBR shading and simple `destination * (1 - alpha) + source * alpha` blending (which requires that the particles be depth-sorted). #8 + #7 might change this in the future. There should also be a way to switch between ordinary and billboarded quads (separate view matrices for pos vs tan/bitan?).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.