kit-ipe / WAVE-Client-Renderer

A JavaScript framework for client-side volume rendering. The WAVE Client Renderer is a subset of the WAVE framework, mainly to provide visual previews for large data sets.
MIT License
8 stars 9 forks source link

Firefox on window not rendering the volume (Black cube mystery) #9

Closed nicolaisi closed 9 years ago

nicolaisi commented 9 years ago

Well, you might blame the browser compatibility issue, but the weirdest part is the earlier version of tomo_raycaster2 worked on the same platform, but the newer version does not. Seems more like a bug to me.

I pinpoint down the commit to this aae34c4f8835da43c0a771f2e70d4a47a77eccac

After that commit, firefox is unable to render anymore. Before that everything is working fine. I cannot debug it now as it looks like a big commit with only one line of commit message.

nicolaisi commented 9 years ago

Latest multimodality approach by @AIRTucha does not have this bug. We shall proceed from his work.