aboutsummaryrefslogtreecommitdiff
path: root/boltzgas/visual/view.py
AgeCommit message (Collapse)Author
2022-02-06Replace deprecated gl_FragColorHEADmasterAdrian Kummerlaender
2020-03-28Draw spheres in correct sizeAdrian Kummerlaender
…using billboarding.
2020-03-27Reenable 2D supportAdrian Kummerlaender
2020-03-27Start tidying up new featuresAdrian Kummerlaender
2020-03-27Add wire box, enable depth testingAdrian Kummerlaender
2020-03-27Fake spheres using point sprite shadingAdrian Kummerlaender
2020-03-26Prototype port to 3DAdrian Kummerlaender
What is it with OpenCL @ GPU and arrays of 3-dimensional vectors?! Luckily I vaguely remembered encountering this problem before when implementing my OpenCL LBM code but why on earth is the compiler not warning about this? I guess the underlying reason has to do with the data alignment requirements on the GPU but still...
2020-03-25Move everything into main functionAdrian Kummerlaender
2020-03-24Separate classes into modulesAdrian Kummerlaender