TryExceptElse / pyrostex

Python Procedural Spherical Texture
2 stars 1 forks source link

numpy array used by TextureMap should be replaced by 2d float array #2

Closed TryExceptElse closed 6 years ago

TryExceptElse commented 6 years ago

using integer-types to store values in a numpy array is slower, less convenient, and more likely to result in problems later on. The sole advantage is that less memory can be used, however this is not currently a concern.