issues
search
kablouser
/
PlatinumEngine
Video game engine for High Performance Graphics (HPG) group project.
15
stars
3
forks
source link
Particle Effects ToDo List
#56
Open
Matt-Cumber
opened
2 years ago
Matt-Cumber
commented
2 years ago
[ ] Add more than two colours
[x] Fix float sliders
[ ] Add scaling as a shading attribute
[x] Toggle between spherical and cylindrical billboard rendering
[ ] Bezier curve interpolation?
[ ] Modulate texture colour with other colours?
[ ] Lerp colours from texture atlas?
[x] Particle Renderer clear method
[ ] choose how to index into a texture and choose max value/looping? currently based on life vs maxlife
[x] Change acting force to something better?
[ ] Update particles using OnUpdate function in component instead
[ ] Use OnStart/OnEnd functions in component
[ ] Choose blend mode
ShawnWicky
commented
2 years ago
Good Job 👍