Skip to content
Snippets Groups Projects
Commit cb0fe719 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 819f1707
Branches
No related tags found
No related merge requests found
...@@ -374,7 +374,7 @@ function map_worker() { ...@@ -374,7 +374,7 @@ function map_worker() {
// //
for (var row = 0; row < h; ++row) { for (var row = 0; row < h; ++row) {
for (var col = 0; col < w; ++col) { for (var col = 0; col < w; ++col) {
map[(h-1-row)*w+col] = -Number.MAX_VALUE map[(h-1-row)*w+col] = zmin
buf[(h-1-row)*w*4+col*4+0] = 0 buf[(h-1-row)*w*4+col*4+0] = 0
buf[(h-1-row)*w*4+col*4+1] = 0 buf[(h-1-row)*w*4+col*4+1] = 0
buf[(h-1-row)*w*4+col*4+2] = 0 buf[(h-1-row)*w*4+col*4+2] = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment