Skip to content
Builds
No builds

Changes

#8 (20/08/2019, 11:45:35 am)

  1. Update README.md (commit: bf3643d) — noreply / githubweb
  2. Update README.md (commit: 8de3856) — noreply / githubweb

#7 (16/08/2019, 4:26:32 pm)

  1. Update README.md (commit: bf3643d) — noreply / githubweb

#5 (16/08/2019, 1:00:18 pm)

  1. Change loadPath method in the CameraControls module to be public API. (commit: 48584ef) — alan.wu / githubweb
  2. Improve camera pathing. (commit: b75e3d3) — alan.wu / githubweb
  3. Increment ZincJS version to 0.29.7. (commit: 05ce611) — alan.wu / githubweb
  4. Update most functions to use the arrow functions and replace var with (commit: 110989d) — alan.wu / githubweb
  5. Remove the usage of _this as arrow function now remember its scope. (commit: 715be5d) — alan.wu / githubweb
  6. Increment version to 0.29.8. (commit: 779f553) — alan.wu / githubweb
  7. Minify with babel and increment version to 0.29.9. (commit: f2c25b6) — alan.wu / githubweb
  8. Implement web workers for csg, (commit: 90ac7fc) — alan.wu / githubweb
  9. Use promise, then to handle the result from GeometryCSG. (commit: 1f8c747) — alan.wu / githubweb
  10. Allow canvas to be passed into threejs renderer. (commit: d77e1f4) — alan.wu / githubweb
  11. Detect if there is a slash on model prefix, if not, add a slash. (commit: 8fbac2f) — alan.wu / githubweb
  12. Fix a bug cuasing model loading to be broken. (commit: 6ba3c0d) — alan.wu / githubweb
  13. Increment to version  0.29.10. (commit: af1a572) — alan.wu / githubweb
  14. Fix url provided in metadata is not resolved relative to the metadata (commit: 843998e) — alan.wu / githubweb
  15. Glyphset does not display labels automatically. Caller will have to call (commit: 9ffb086) — alan.wu / githubweb
  16. Fix a bug with isGlyph property. (commit: 3e82d4d) — alan.wu / githubweb
  17. Increment version to 0.29.11. (commit: 7b63e48) — alan.wu / githubweb
  18. Fix a problem with responseURL not present in internet explorer. (commit: 43c1b38) — alan.wu / githubweb
  19. Add in Promise polyfill for IE11 support. (commit: c83c786) — alan.wu / githubweb
  20. Add support for points. (commit: dd46ec7) — alan.wu / githubweb
  21. Points can now be imported through metafile. (commit: 65a0829) — alan.wu / githubweb
  22. Increment to version 0.29.12. (commit: ffc41c7) — alan.wu / githubweb
  23. Fix a bug that may cause group name to be unusable. (commit: 41db17a) — alan.wu / githubweb
  24. Fix bugs found with pointsets. (commit: a0e1e65) — alan.wu / githubweb
  25. Increment to 0.29.13. (commit: b978b93) — alan.wu / githubweb
  26. Points are now drawn with vertex colors if it is available. (commit: 5ca7b72) — alan.wu / githubweb
  27. Add support for points morph. (commit: 5174c19) — alan.wu / githubweb
  28. Fix cross-origin image laoding issue. (commit: 280a08d) — alan.wu / githubweb
  29. Allow picking for points at different time step, (commit: e97ce9a) — alan.wu / githubweb
  30. Add video texture support. (commit: 7a195b0) — alan.wu / githubweb
  31. Add the ability to read the location of view file from the metadata. (commit: 95d6b41) — alan.wu / githubweb
  32. Improve video handling and support single side lighting. (commit: 3a956c6) — alan.wu / githubweb
  33. Increment to version 0.29.14. (commit: 7c4b0df) — alan.wu / githubweb
  34. Add glyph.getGlyphset method. (commit: e05f8c4) — alan.wu / githubweb
  35. Increment version to 0.29.15. (commit: 90dc0ab) — alan.wu / githubweb
  36. Allow normals to be updated when morphing. (commit: 04c48f6) — alan.wu / githubweb
  37. Add supports for backside lighting. (commit: c968fd9) — alan.wu / githubweb
  38. Fix problem with video across CORS and increment the version to 0.31.2. (commit: 87efcba) — alan.wu / githubweb
  39. Add backend build of the library. (commit: a032dda) — alan.wu / githubweb
  40. Move appropriate node modules to dependencies. (commit: 9c4138d) — alan.wu / githubweb
  41. Move webworkify-webpack to dependency. (commit: 019b739) — alan.wu / githubweb
  42. Add initial unit testing. (commit: 9900930) — alan.wu / githubweb
  43. Fix security issues reported from github. (commit: 968ece5) — alan.wu / githubweb

#2 (15/03/2019, 10:10:19 am)

  1. Remove unused variable. (commit: e9746e6) — alan.wu / githubweb
  2. Update documentation for ZincJS. (commit: dad9f05) — alan.wu / githubweb
  3. Fix a bug causing glyphs to not be displayed. (commit: 9affff5) — alan.wu / githubweb
  4. Add glyphsetCSG. Add different ways to create a glyphset. (commit: 63a293b) — alan.wu / githubweb