Marc-Antoine

Results 5 issues of Marc-Antoine

The following code is based on your own demo for csg. It builds an atomium like structure in a view and a simple sphere in another. Using Chrome 15 (although...

somehow, maybe?

https://github.com/jradavenport/cubehelix/blob/master/cubehelix.py#L99 Here you use the "fract" array to build the angles array, but "fract" contains the interpolation from minLight to maxLight, and not a simple [0..1] interpolation. I'm not sure...

bug

somewhat extensive changes but mostly straightforward: * created read only versions of `BufferView` and `Buffer2DView` * used the read only versions everywhere I found and it made sense * changed...