Skip to content

Releases: ILLGrenoble/webx-client

version 0.4.0

06 Mar 15:01
Compare
Choose a tag to compare
  • Update dependencies (notably three.js up to latest 174)

version 0.3.0

04 Mar 20:37
Compare
Choose a tag to compare
  • Handle ping messages from engine and send pong response instructions
  • Increase message header to 40 bytes to include client index mask
  • Add extra 4 bytes to instruction header to allow for inclusion of client Id (set by the relay).
  • Clear window refresh timeout on dispose if it exists.

version 0.2.0

20 Feb 15:52
Compare
Choose a tag to compare
  • Only request a full window update if a partial one has occurred: don't do full update if partial ones are still occurring (wait for 5 seconds of no updates)
  • Remove Poll message
  • Use standard THREE.WebGLRenderer
  • Remove unused classes
  • Update README to fully describe project and usage

version 0.1.0

17 Feb 09:16
Compare
Choose a tag to compare

Initial release