JenniferStamm / glexamples

cg examples using globjects and glbinding
MIT License
0 stars 1 forks source link

Generate densities via Transform Feedback #3

Closed PFischbeck closed 9 years ago

PFischbeck commented 9 years ago

Currently, the density values are generated in C++. This should be changed to Transform Feedback, allowing for easy modification and fast calculation of the values.

https://www.opengl.org/wiki/Transform_Feedback

PFischbeck commented 9 years ago

This was resolved with the merge of fa1ea53.