initial jscad integration #428

Merged
hrgdavor merged 15 commits from kurt/411-demo-branch into main 2021-08-01 11:35:56 +02:00
Showing only changes of commit 67d5d76d67 - Show all commits

View File

@@ -1,109 +0,0 @@
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
const setPoints = (points, p, i) => {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
points[i++] = p[0]
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
points[i++] = p[1]
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
points[i++] = p[2] || 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
function CSG2Vertices(csg) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let idx = 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let vLen = 0,
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
iLen = 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
for (let poly of csg.polygons) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let len = poly.vertices.length
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vLen += len * 3
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
iLen += 3 * (len - 2)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
const vertices = new Float32Array(vLen)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
const indices = vLen > 65535 ? new Uint32Array(iLen) : new Uint16Array(iLen)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let vertOffset = 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let indOffset = 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let posOffset = 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let first = 0
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
for (let poly of csg.polygons) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let arr = poly.vertices
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let len = arr.length
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
first = posOffset
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vertices.set(arr[0], vertOffset)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vertOffset += 3
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vertices.set(arr[1], vertOffset)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vertOffset += 3
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
posOffset += 2
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
for (let i = 2; i < len; i++) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vertices.set(arr[i], vertOffset)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
indices[indOffset++] = first
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
indices[indOffset++] = first + i - 1
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
indices[indOffset++] = first + i
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
vertOffset += 3
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
posOffset += 1
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
return { vertices, indices, type: 'mesh' }
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
function CSG2LineVertices(csg) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let vLen = csg.points.length * 3
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (csg.isClosed) vLen += 3
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
var vertices = new Float32Array(vLen)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
csg.points.forEach((p, idx) => setPoints(vertices, p, idx * 3))
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (csg.isClosed) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
setPoints(vertices, csg.points[0], vertices.length - 3)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
return { vertices, type: 'line' }
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
function CSG2LineSegmentsVertices(csg) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let vLen = csg.sides.length * 6
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
var vertices = new Float32Array(vLen)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
csg.sides.forEach((side, idx) => {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let i = idx * 6
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
setPoints(vertices, side[0], i)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
setPoints(vertices, side[1], i + 3)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
})
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
return { vertices, type: 'lines' }
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
function CSGCached(func, data, cacheKey, transferable) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
cacheKey = cacheKey || data
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let geo = CSGToBuffers.cache.get(cacheKey)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (geo) return geo
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
geo = func(data)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
// fill transferable array for postMessage optimization
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (transferable) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
const { vertices, indices } = geo
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
transferable.push(vertices)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (indices) transferable.push(indices)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
CSGToBuffers.cache.set(cacheKey, geo)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
return geo
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
function CSGToBuffers(csg, transferable) {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
let obj
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (csg.polygons)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
obj = CSGCached(CSG2Vertices, csg, csg.polygons, transferable)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (csg.sides && !csg.points)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
obj = CSGCached(CSG2LineSegmentsVertices, csg, csg.sides, transferable)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
if (csg.points)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
obj = CSGCached(CSG2LineVertices, csg, csg.points, transferable)
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
return obj
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
CSGToBuffers.clearCache = () => {
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
CSGToBuffers.cache = new WeakMap()
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
}
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
CSGToBuffers.clearCache()
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it
export { CSGToBuffers }
Irev-Dev commented 2021-08-01 10:44:58 +02:00 (Migrated from github.com)
Review

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?

I'm a bit confused about this file, both in that you're exporting a function here but I can't figure out where it's imported and used? Also I noticed that a lot of the functions in this file are duplicated in the demo worker as well, what's going on there?
hrgdavor commented 2021-08-01 10:48:21 +02:00 (Migrated from github.com)
Review

it is a leftower from work in progress. I have deleted it

it is a leftower from work in progress. I have deleted it