Volume_Rendering_Using_GLSL icon indicating copy to clipboard operation
Volume_Rendering_Using_GLSL copied to clipboard

the code has a fatal bug. the angle in glm::rotate/glm::rotate must transfor by glm::radians()

Open ZYV037 opened this issue 6 years ago • 2 comments
trafficstars

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().

ZYV037 avatar Feb 24 '19 12:02 ZYV037

All the angles use degree as the unit, not radians. This convert has been implemented internally in this version of GLM.

ShannonZ avatar Mar 13 '19 09:03 ShannonZ

my glm is : version 0.9.9.4

ZYV037 avatar Mar 13 '19 09:03 ZYV037