Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



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.

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...