aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
174 stars 80 forks source link

Upgrade Babylon demos to latest version of BJS #119

Closed Krxtopher closed 2 years ago

Krxtopher commented 2 years ago

Description

Prior to this PR, the BabylonJS demos in the demos-babylon package were using BabylonJS version 4.2.1. The package has now been updated to use BJS v5.0.0 or later.

This PR also fixes a minor visual bug with the UI panel in some of the demos (missing padding and missing panel translucent background).

Related Issue \

n/a

Reviewer Testing Instructions

  1. Run the BJS demos using npm run start-babylon.
  2. Observe that the demos work exactly like before.

Submission Checklist

I confirm that I have...


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.