Carlos Cabada

Results 38 comments of Carlos Cabada

I’m also new with dockers, so, (afaik) do I have to do a special “link” so my host connect to that docker’s localhost? Isn’t the IP (192.168.99.1) of the virtualbox...

Not yet @adrien-prototype :(

> ``` > Terrain.simplex( > (i + ox * (options.xSegments + 1)) / divisor, > (j + oy * (options.ySegments + 1)) / divisor > ) * range; > ```...

Yes, the problem is at stepping. These two have exactly the same settings, except `step`, I'm variating it from 1 to 2. Any ideas on how to make it seamless?...

So, I replaced the `Step` function with one of my own that does not require neighborhood checking, cause that's what messes it up when you divide it in chunks; you...

I'm getting this same issue. What file/part of the code is dedicated on calculating available space? To check what's going on.

> This is not possible using gpu.js D: Is this a limit on how GPU operations work? Or just a missing feature/characteristic of the library?

Is there any way to force it or set it up correctly so it uses GPU? Instead of CPU.

> It depends on what API you are using. We would need to know more details. In my case, I'm using the [Face landmark detection for Web](https://developers.google.com/mediapipe/solutions/vision/face_landmarker/web_js) and willing to...