Ben Nolan
Ben Nolan
Heya @Geequlim we'd like to use `is_instance_valid()` in our code - we are crashing when async javascript code tries to access a node that has been freed. Is there another...
Hmm, doing that would break the ambient occlusion, I guess this change is a bit harder. Maybe I need to look at making the mesher look at surrounding voxels while...
:+1: I'd like to be able to do this.
Are you getting a stacktrace - or just a segfault? Are you in the project directory when running capt? I'm using node v0.4.1, I'll try upgrade to 0.4.7 and see...
Hey @schteppe, any plans to add custom trimeshes to cannon.js? I'd prefer not to use ammo.js since it's so massive, and all I really need is collision detection for my...
Okay, thanks for the pointers. I'm trying to creating really simple walkthrough visualizations of sketchup architectural models. I've found the [HACD library](http://kmamou.blogspot.co.nz/2011/10/hacd-hierarchical-approximate-convex.html) for decomposing meshes into convex hulls. I'll try...
Hey Larry, I couldn’t get hacd to accurately map my model (the barcelona pavillion), so I never got to try it with cannon. Ben On 22/08/2014, at 6:41 am, Larry...
I'm getting to the point where I might try implementing mesh support. Even if it's really slow to start with, it'd help me out a lot, and I think we...
Ok, so I had a bit more of a play with HACD and successfully created a mesh. @schteppe, how did you convert the .wrl output from testHACD into the .js...