Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Software Build

GitHub Adds Support For Diffing 3D Files 29

An anonymous reader writes "A few months after releasing support for viewing models in .STL format, GitHub just added support for viewing changes to .STL formatted 3D models directly in the browser. 'How does this work? We take both versions of the model, and using binary space partitioning, we compute the added, removed, and unchanged parts. This is done using csgtool, a C library paired with a Ruby gem via FFI. These pieces are cached and displayed by the 3D viewer we already have, though we color them differently and play with their transparency to help illustrate the changes.'"
This discussion has been archived. No new comments can be posted.

GitHub Adds Support For Diffing 3D Files

Comments Filter:
  • And Yet... (Score:5, Insightful)

    by Luthair ( 847766 ) on Tuesday September 17, 2013 @11:16PM (#44880551)
    Still no side-by-side diff for plain old text files.

One man's constant is another man's variable. -- A.J. Perlis

Working...