Skip to content
Failed

Changes

Summary

  1. Change loadPath method in the CameraControls module to be public API. (commit: 48584ef) (details)
  2. Improve camera pathing. (commit: b75e3d3) (details)
  3. Increment ZincJS version to 0.29.7. (commit: 05ce611) (details)
  4. Update most functions to use the arrow functions and replace var with (commit: 110989d) (details)
  5. Remove the usage of _this as arrow function now remember its scope. (commit: 715be5d) (details)
  6. Increment version to 0.29.8. (commit: 779f553) (details)
  7. Minify with babel and increment version to 0.29.9. (commit: f2c25b6) (details)
  8. Implement web workers for csg, (commit: 90ac7fc) (details)
  9. Use promise, then to handle the result from GeometryCSG. (commit: 1f8c747) (details)
  10. Allow canvas to be passed into threejs renderer. (commit: d77e1f4) (details)
  11. Detect if there is a slash on model prefix, if not, add a slash. (commit: 8fbac2f) (details)
  12. Fix a bug cuasing model loading to be broken. (commit: 6ba3c0d) (details)
  13. Increment to version  0.29.10. (commit: af1a572) (details)
  14. Fix url provided in metadata is not resolved relative to the metadata (commit: 843998e) (details)
  15. Glyphset does not display labels automatically. Caller will have to call (commit: 9ffb086) (details)
  16. Fix a bug with isGlyph property. (commit: 3e82d4d) (details)
  17. Increment version to 0.29.11. (commit: 7b63e48) (details)
  18. Fix a problem with responseURL not present in internet explorer. (commit: 43c1b38) (details)
  19. Add in Promise polyfill for IE11 support. (commit: c83c786) (details)
  20. Add support for points. (commit: dd46ec7) (details)
  21. Points can now be imported through metafile. (commit: 65a0829) (details)
  22. Increment to version 0.29.12. (commit: ffc41c7) (details)
  23. Fix a bug that may cause group name to be unusable. (commit: 41db17a) (details)
  24. Fix bugs found with pointsets. (commit: a0e1e65) (details)
  25. Increment to 0.29.13. (commit: b978b93) (details)
  26. Points are now drawn with vertex colors if it is available. (commit: 5ca7b72) (details)
  27. Add support for points morph. (commit: 5174c19) (details)
  28. Fix cross-origin image laoding issue. (commit: 280a08d) (details)
  29. Allow picking for points at different time step, (commit: e97ce9a) (details)
  30. Add video texture support. (commit: 7a195b0) (details)
  31. Add the ability to read the location of view file from the metadata. (commit: 95d6b41) (details)
  32. Improve video handling and support single side lighting. (commit: 3a956c6) (details)
  33. Increment to version 0.29.14. (commit: 7c4b0df) (details)
  34. Add glyph.getGlyphset method. (commit: e05f8c4) (details)
  35. Increment version to 0.29.15. (commit: 90dc0ab) (details)
  36. Allow normals to be updated when morphing. (commit: 04c48f6) (details)
  37. Add supports for backside lighting. (commit: c968fd9) (details)
  38. Fix problem with video across CORS and increment the version to 0.31.2. (commit: 87efcba) (details)
  39. Add backend build of the library. (commit: a032dda) (details)
  40. Move appropriate node modules to dependencies. (commit: 9c4138d) (details)
  41. Move webworkify-webpack to dependency. (commit: 019b739) (details)
  42. Add initial unit testing. (commit: 9900930) (details)
  43. Fix security issues reported from github. (commit: 968ece5) (details)
Commit 48584efcf279455f2aa4bb17b1ead3a471d42484 by alan.wu
Change loadPath method in the CameraControls module to be public API.
(commit: 48584ef)
The file was modifiedsrc/controls.js (diff)
The file was modifiedsrc/controls.js (diff)
Commit 05ce6113fcc8cbd3b0a4f4d2417f2fb3e47a22cc by alan.wu
Increment ZincJS version to 0.29.7.
(commit: 05ce611)
The file was modifiedpackage.json (diff)
Commit 110989d42550728cd0bc0a34470f15b0454f7be6 by alan.wu
Update most functions to use the arrow functions and replace var with
let and const.
(commit: 110989d)
The file was modifiedsrc/glyphsetCSG.js (diff)
The file was modifiedsrc/label.js (diff)
The file was modifiedsrc/renderer.js (diff)
The file was modifiedsrc/zinc.js (diff)
The file was modifiedsrc/geometry.js (diff)
The file was modifiedwebpack.config.js (diff)
The file was modifiedsrc/glyphset.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/glyph.js (diff)
The file was modifiedsrc/scene.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/geometryCSG.js (diff)
The file was modifiedsrc/utilities.js (diff)
The file was modifiedsrc/controls.js (diff)
Commit 715be5daf8d52cdaf5bed2bcd9e769c082201a0c by alan.wu
Remove the usage of _this as arrow function now remember its scope.
(commit: 715be5d)
The file was modifiedsrc/geometryCSG.js (diff)
The file was modifiedsrc/glyphsetCSG.js (diff)
The file was modifiedsrc/renderer.js (diff)
The file was modifiedsrc/scene.js (diff)
The file was modifiedsrc/geometry.js (diff)
The file was modifiedsrc/label.js (diff)
The file was modifiedsrc/controls.js (diff)
The file was modifiedsrc/glyphset.js (diff)
The file was modifiedsrc/glyph.js (diff)
Commit 779f553e90cffdfdd37ad9635e2b299682cb8a41 by alan.wu
Increment version to 0.29.8.
(commit: 779f553)
The file was modifiedpackage.json (diff)
Commit f2c25b63a109b8f09e7329211703a60d49b62676 by alan.wu
Minify with babel and increment version to 0.29.9.
(commit: f2c25b6)
The file was modifiedwebpack.config.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 90ac7fcb0becf89c8abd2aeca07c33a341ff3a7e by alan.wu
Implement web workers for csg,
(commit: 90ac7fc)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/geometryCSG.js (diff)
The file was addedsrc/workers/geometryCSG.worker.js
The file was addedsrc/workers/geometryCSGInternal.js
Commit 1f8c747dd076a922aee2f57050118e0d56c4fae4 by alan.wu
Use promise, then to handle the result from GeometryCSG.
(commit: 1f8c747)
The file was modifiedsrc/geometryCSG.js (diff)
Commit d77e1f4b3f701f773b33c69921d0eb1304346720 by alan.wu
Allow canvas to be passed into threejs renderer.
(commit: d77e1f4)
The file was modifiedsrc/utilities.js (diff)
The file was modifiedsrc/zinc.js (diff)
The file was modifiedsrc/controls.js (diff)
The file was modifiedsrc/renderer.js (diff)
The file was modifiedsrc/scene.js (diff)
Commit 8fbac2f2e256879ae3b360ed715d547d39b13058 by alan.wu
Detect if there is a slash on model prefix, if not, add a slash.
(commit: 8fbac2f)
The file was modifiedsrc/utilities.js (diff)
Commit 6ba3c0d0496d8d4d33b1062ddf759b123bf86919 by alan.wu
Fix a bug cuasing model loading to be broken.
(commit: 6ba3c0d)
The file was modifiedsrc/utilities.js (diff)
Commit af1a5721440c13e656c60b100922c38aedfeed29 by alan.wu
Increment to version  0.29.10.
(commit: af1a572)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 843998eadd80a63bc18dc436f25ab2d292f89d26 by alan.wu
Fix url provided in metadata is not resolved relative to the metadata
file itself. Fixes #14.
(commit: 843998e)
The file was modifiedsrc/scene.js (diff)
Commit 9ffb0862d7ea5dccba0d5281934770d5e734621c by alan.wu
Glyphset does not display labels automatically. Caller will have to call
showLabel explicitly.
(commit: 9ffb086)
The file was modifiedsrc/glyph.js (diff)
The file was modifiedsrc/glyphset.js (diff)
Commit 3e82d4dee824fe5e0c03f8d6f3e8a4a133d19a0c by alan.wu
Fix a bug with isGlyph property.
(commit: 3e82d4d)
The file was modifiedsrc/glyph.js (diff)
Commit 7b63e4854664030e3d2418e08798e6eda45d4ebd by alan.wu
Increment version to 0.29.11.
(commit: 7b63e48)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 43c1b38086ede5208b6db5e6a7d6448f1afcb674 by alan.wu
Fix a problem with responseURL not present in internet explorer.
(commit: 43c1b38)
The file was modifiedsrc/zinc.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/scene.js (diff)
Commit c83c786fcbdf76dfc5e5f0f55e819d7514661a67 by alan.wu
Add in Promise polyfill for IE11 support.
(commit: c83c786)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/geometryCSG.js (diff)
The file was modifiedpackage.json (diff)
The file was addedsrc/assets/disc.png
The file was addedsrc/pointset.js
Commit 65a08296cd2979e5f343917a83bc0379a93b174c by alan.wu
Points can now be imported through metafile.
(commit: 65a0829)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/glyphset.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedwebpack.config.js (diff)
The file was modifiedsrc/zinc.js (diff)
The file was modifiedsrc/scene.js (diff)
Commit ffc41c72f98cb9d377e8b75b0c9a79114b49094d by alan.wu
Increment to version 0.29.12.
(commit: ffc41c7)
The file was modifiedpackage.json (diff)
Commit 41db17a69ae078503374323bb83295b6c1e52bf7 by alan.wu
Fix a bug that may cause group name to be unusable.
(commit: 41db17a)
The file was modifiedsrc/glyphset.js (diff)
The file was modifiedsrc/pointset.js (diff)
Commit a0e1e6593cd8b40d47497feb0d9660a52629c232 by alan.wu
Fix bugs found with pointsets.
(commit: a0e1e65)
The file was modifiedsrc/pointset.js (diff)
The file was modifiedsrc/scene.js (diff)
The file was modifiedpackage.json (diff)
Commit 5ca7b722579e39d4998f539a75526be5fa77e2cc by alan.wu
Points are now drawn with vertex colors if it is available.
(commit: 5ca7b72)
The file was modifiedsrc/scene.js (diff)
The file was modifiedsrc/pointset.js (diff)
Commit 5174c1931ffdb2a898d3779506f3188d5613798a by alan.wu
Add support for points morph.
(commit: 5174c19)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/scene.js (diff)
The file was modifiedsrc/pointset.js (diff)
Commit 280a08d3a8eb50e118176128fb9ee505c2e86e74 by alan.wu
Fix cross-origin image laoding issue.
(commit: 280a08d)
The file was modifiedsrc/scene.js (diff)
The file was modifiedsrc/loader.js (diff)
The file was modifiedsrc/glyphset.js (diff)
Commit e97ce9afbcba25f60fd0f075ee3a230f619e8eb4 by alan.wu
Allow picking for points at different time step,
(commit: e97ce9a)
The file was addedsrc/Points.js
The file was modifiedsrc/pointset.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/scene.js (diff)
The file was modifiedsrc/scene.js (diff)
The file was addedsrc/videoHandler.js
The file was modifiedsrc/glyphset.js (diff)
The file was modifiedsrc/loader.js (diff)
Commit 95d6b41b7a622c53f1cbabf0340118ac02a01300 by alan.wu
Add the ability to read the location of view file from the metadata.
(commit: 95d6b41)
The file was modifiedsrc/scene.js (diff)
The file was modifiedsrc/videoHandler.js (diff)
Commit 3a956c6ab063ca6c571f6e97e2b1b70b13b02612 by alan.wu
Improve video handling and support single side lighting.
(commit: 3a956c6)
The file was modifiedsrc/loader.js (diff)
The file was modifiedsrc/scene.js (diff)
Commit 7c4b0df11bf3e48068b7714b9c3bfe0d2fec1718 by alan.wu
Increment to version 0.29.14.
(commit: 7c4b0df)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit e05f8c4aa60f732a782f454af1054e7a8e0c0128 by alan.wu
Add glyph.getGlyphset method.
(commit: e05f8c4)
The file was modifiedsrc/glyph.js (diff)
Commit 90dc0ab9dd335c9ccba2c21ca4f8d0e6d07f407c by alan.wu
Increment version to 0.29.15.
(commit: 90dc0ab)
The file was modifiedpackage.json (diff)
Commit 04c48f6a1d209e9206018289abe9ba28f36f8178 by alan.wu
Allow normals to be updated when morphing.
(commit: 04c48f6)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/scene.js (diff)
Commit c968fd9cb76c28e8336ef7bd54a894b3e13059aa by alan.wu
Add supports for backside lighting.
(commit: c968fd9)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/loader.js (diff)
Commit 87efcba771dc35bfea4865ce10081d1ebced5411 by alan.wu
Fix problem with video across CORS and increment the version to 0.31.2.
(commit: 87efcba)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/videoHandler.js (diff)
Commit a032dda3a291d8c156534f3d4322a9966c9bd2b4 by alan.wu
Add backend build of the library.
(commit: a032dda)
The file was addedwebpack.frontend.js
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was removedwebpack.config.js
The file was addedwebpack.backend.js
Commit 9c4138d93c7cb047308c69185ee98f92b9c8c792 by alan.wu
Move appropriate node modules to dependencies.
(commit: 9c4138d)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 019b73920a92b50f17d85dbc3b9d7203b2e3ad0f by alan.wu
Move webworkify-webpack to dependency.
(commit: 019b739)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was addedtest/models/test_metadata.json
The file was addedtest/prepare/setup.js
The file was modified.gitignore (diff)
The file was addedtest/models/test_path.json
The file was addedtest/models/test_point.json
The file was addedtest/package.json
The file was addedtest/test/zinc.test.js
The file was addedtest/models/test_view.json
The file was addedtest/models/test_geometry.json
The file was addedtest/package-lock.json
The file was addedtest/models/test.jpg
The file was addedtest/webpack.config-test.js
The file was addedtest/mocha-webpack.opts
The file was addedtest/models/test_glyph.json
The file was addedtest/models/test_texture.json
The file was addedtest/models/test_glyph_geometry.json
Commit 968ece52e01862576d633f3995a3a4ad9bb2e7f6 by alan.wu
Fix security issues reported from github.
(commit: 968ece5)
The file was modifiedtest/package.json (diff)
The file was modifiedtest/package-lock.json (diff)