James Smith
James Smith
Hubot should know who is currently in a room, I think. hubot-irc (despite my earlier fix to detect people leaving) still doesn't seem to manage this properly. It doesn't notice...
When loading a multi-material OBJ file, such as `male02.obj`, each time a new material is encountered, the existing mesh is finished, a copy made of the vertices, and then a...
This PR adds a loader for STLs, currently ASCII encoding only. Binary support will be following shortly, either in this PR or a followup. STL is a pretty simple format,...
My current need for Mittsu is to be able to convert files into more efficient forms, as a feature for https://manyfold.app. So, I'm working on a 3MF exporter. This is...
This is an early PR for my attempt to resolve #115 by splitting mittsu into two gems. I think it can all be done in the same repo, and I've...
I was trying to debug my 3MF exporter using `to_json`, and found a few bugs that tripped it up. These changes fix those, so that running `to_json` on a loaded...
In my THREE.js code, as well as OBJLoader (which is already in mittsu), I use: * STLLoader * ThreeMFLoader * PLYLoader These are all currently in the ["examples" section of...
For my use case, I want to manipulate some 3d object files in Ruby, but I don't need to render them; instead I'm using THREE.js in the browser for that....
PUSHER_URL is now required in the environment. We need to: * Add it to the docs for dev mode * Add it to app.json so that new deploys get it...
If my instance is auto-deploying from github, adding a new addon (i.e. pusher) should automatically happen. Not sure if Heroku supports this, but perhaps there is a configuration thing we...