Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 2.07 KB

File metadata and controls

58 lines (36 loc) · 2.07 KB

Change Log

2.0.5 - 2017-08-01

  • Update Cesium to 1.36, which adds glTF 2.0 support to the Cesium preview window.

2.0.4 - 2017-07-24

  • Update Babylon preview to latest v3.1 preview
  • Add reflection maps to BabylonJS and ThreeJS previews
  • Added message for glTF files that are too large for VSCode's extension host.

2.0.3 - 2017-06-12

  • Update Babylon preview to preview current tab content instead of saved file content, like the way Cesium preview works.

2.0.2 - 2017-06-06

  • Updated Cesium engine to 1.34 and leveraged the new basepath option in Cesium.Model.fromGltf.
  • Updated Babylon.js engine to get a tangent fix.
  • Re-imported the glTF 2.0 schema now that it is final. Mostly just minor changes to wordings of a few descriptions.

2.0.1 - 2017-06-01

  • Update Babylon engine to fix glTF 1.0 support.
  • Add some forgotten items to the 2.0.0 notes below that were already released.

2.0.0 - 2017-05-30

  • Support for glTF 2.0 file preview and 2.0 schema validation added.
  • Multiple 3D rendering engines now available for the preview window (Cesium, Babylon.js and Three.js)
  • Users can set their default 3D rendering engine in preferences.
  • glTF schema long descriptions used in hover popups for both 1.0 and 2.0.
  • The glTF preview window automatically reloads after saving a glTF file.

1.0.5 - 2017-05-20

  • Normal (non-embedded) glTF files can now be previewed.
  • Multiple preview windows can now be opened at the same time.

1.0.4 - 2017-05-06

  • Data preview (alt + d) works with external files now.
  • DataURIs can be imported and exported with new vscode commands.

1.0.3 - 2017-03-21

  • Fleshed out README information, added notes about glTF compatibility.
  • Tweak schema import script to remove "type" on enums (so vscode doesn't suggest 0 as default value for enums that don't accept zero).
  • Update icon again.

1.0.1, 1.0.2 - 2017-03-19

  • Added icon, updated icon.

1.0.0 - 2017-03-19

  • Initial release