Skip to content

Releases: Brackets-Coder/BlockifyVR

v1.0-release-candidate-5

25 Jan 21:51
6a830c4
Compare
Choose a tag to compare

Change Log

  • Fixed the combined value of the get matrix block from not working
  • Minor code formatting changes
  • Added sample projects
    • The Simple3D demo is the most complete demo, while the "basic demo" files are modified from the examples found in the AR
      Extension Documentation.

An active packager sample project that may or may not be updated each release is available at https://brackets-coder.github.io/BlockifyVR/project.html

v1.0-release-candidate-4

21 Jan 01:32
cfdffb0
Compare
Choose a tag to compare
  • Removed redundant pose-matrices component and entirely rewrote the previously un-functional get matrix block.
    • This should also bring minor improvements to performance as this component ran every tick unnecessarily
  • Added a new camera FOV reporter block block
  • minor block adjustments
    • Includes changes in which arguments accept reporter blocks as inputs (non-backwards-compatible)
  • Other minor bug fixes
    • Fix a small oversight that wrapped Scratch.ArgumentType.STRING in Scratch.translate instead of the text property
    • other minor similar changes

P.S. Sample project coming soon

v1.0-release-candidate-3

15 Jan 17:52
cfdffb0
Compare
Choose a tag to compare

v1.0-release-candidate-3

This release brings fixes to blocks.

  • Changed the "when button pressed" and "when button touched" block inputs to not accept reporters. This should fix an issue where they previously didn't work.

  • Started working on fixing the "get matrix" block

    • This is a WIP. As of now, the "get matrix" block shouldn't be used.
    • Removed the A-frame "pose-matrices" component as it proved itself redundant and entirely unfunctional
    • Attempt to re-write the "get matrix" block to return the actual camera matrices.

v1.0-release-candidate-2

13 Jan 03:18
9f005dd
Compare
Choose a tag to compare

Change Log

  • Improved display scaling by using the initial values of AScene.renderer.domElement.width/height instead of screen.width/height as the latter was too large
  • Add translations to all block titles and extension title
  • Minor miscellaneous improvements

v1.0-release-candidate-1

12 Jan 01:25
f8daea2
Compare
Choose a tag to compare

This release brings bug fixes, optimizations, and minor block improvements.