Roshan P.
Roshan P.
issue only seems to occur when a TransformNode -> RepeatNode...
> any updates? > > There are several upcoming refactors so this issue is being put aside for now.
> As far as I can tell (please include the actual panic message in future) this is probably from failing to inverse a transform matrix containing 0 in debug mode?...
> @Kakapio creating a convex hull from points is [reasonably well explored](https://en.wikipedia.org/wiki/Convex_hull_algorithms) e.g. [gift wrap algorithm](https://en.wikipedia.org/wiki/Gift_wrapping_algorithm). Sorry, I think my initial post was a little unclear. I was more asking...
@kflansburg I believe you should be able to close this now? It looks to me as if this issue no longer exists with the latest version of workers.
Hey Keavon, I'd be interested in contributing to this. Any chance we can chat about this issue? Thanks
Repeat was fixed with #1650.
I'm seeing: `Configured debug type 'cppvsdbg' is installed but not supported in this environment.(2)` Any ideas? launch.json ```json { "version": "0.2.0", "configurations": [ { "type": "cppvsdbg", "name": "debug cavernborn", "program":...