aboutsummaryrefslogtreecommitdiff
path: root/utility/opengl.py
AgeCommit message (Collapse)Author
2019-12-31Improve SDF rendering quality, performanceAdrian Kummerlaender
2019-12-28Adapt existing channel example to new SDF-based rendering and voxelizationAdrian Kummerlaender
2019-09-25Use floats for texture storage, test curl visualizationAdrian Kummerlaender
Using `GL_RGBA32F` as the texture storage format instead of packing values into the unit interval.
2019-09-21Extract GL moments, particle buffers and add texture bufferAdrian Kummerlaender