ThreeJS.jl
                                
                                 ThreeJS.jl copied to clipboard
                                
                                    ThreeJS.jl copied to clipboard
                            
                            
                            
                        [WIP] Emulation of 3D textures
The current specification of WebGL doesn't support 3D textures. This PR adds emulated 3D textures, by sending them to the GPU as a 2D texture and providing an appropriate look-up function.
This is based off of work that I and others did in VisPy, see https://github.com/vispy/vispy/blob/73ff8851c005a1c678dbf5879a7dbf3fc2747f9a/vispy/gloo/texture.py
Current coverage is 86.17% (diff: 0.00%)
@@             master        #43   diff @@
==========================================
  Files             3          3          
  Lines            93         94     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits             81         81          
- Misses           12         13     +1   
  Partials          0          0          
Powered by Codecov. Last update 9ea3d75...3ef08ef