m0ose
m0ose
The center is guessed from the bbox. It might be nice to guess the Z value also. https://github.com/backspaces/agentscript/blob/8e999fe5f2e6af122c35df2fcaa43499c2e8d3aa/gis/leafletInit.js#L68
It would be cool to support not only rectangular grids. An obvious alternative would be a hex grid. https://en.wikipedia.org/wiki/Hexagonal_tiling#/media/File:Uniform_tiling_63-t0.svg
when you try to cd into a non-existant directoy the opt_errorHandler doesn't get called.
There was a bug when someone added a bunch of interdependent functions. I think it had to do with the order that they were declared in the shader. Here is...
Fixed bug and added test regarding functions as strings not working. The code below was not working. ``` javascript kernel.addFunction(`function frodo(a){ return a + 1 }`) ```
## *What* is wrong? I have a problem with a shader. The functions in the shader are not in the correct order. I am trying to add roughly 20 functions,...
This is a question about the proper way to handle an object that is moving around in an r-bush. Would one remove the object and add it every time it...
Added support for float32Array writing. I only tested it on one float32Array but it should work on other typed arrays. Addresses This issue #103. I tested it with this code....
I was looking at the slopes on the droplets model https://code.agentscript.org/views2/droplets.html , and it occurred to me that the slopes look wrong. If you look at `model.slopes` they are all...
Needs code review. Owen could probably figure out how to make it cleaner. Some functions need real testing. Mentioned in #67 .