Volume_Rendering_Using_GLSL icon indicating copy to clipboard operation
Volume_Rendering_Using_GLSL copied to clipboard

Results 3 Volume_Rendering_Using_GLSL issues
Sort by recently updated
recently updated
newest added
trafficstars

I've installed MinGW and `gcc` `g++` `make` commands could run corectly. But after enter the folder and call `make`, lots of errors appear: ![image](https://user-images.githubusercontent.com/7865691/53312938-27a6e180-38f2-11e9-96ca-06a7c921e4c8.png) How to solve this problem?

this code running you can see nothing but a little whilte space. you have to trans the angle in glm::rotate/glm::rotate by glm::radians().

Hi, I want to know how to set/generate a transfer function myself, could you give me some suggenstion? Many thanks