Tom Brunoli
Tom Brunoli
It appears there's an issue with `callbacks.rb` on line 81 with the `/\000([^\377]*)\377/` regex. It wont start any code with ruby 2.0.0 because of it.
I've updated React to 0.14.2, and removed the deprecated `getDOMNode` method in favour of the new `findDOMNode` from ReactDOM. I also switched out Reactify for Babelify, as it seems as...
I'm using this in one of my projects at work, and one of the features I'm implementing needs some stuff that doesn't seem possible with the `insert-record` or `update-values` functions....
In order to perform face visibility and frustum checks, I need to remove a bunch of optimizations. I need to once again store each face separately in order to render...
This should dramatically increase performance by reducing pipeline states and such