This is the official open source offering for Babylon Polymorph (Updated and Maintained by the Babylon Native team). See this article for more details.
This repo is under heavy development. Don't use this in production.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.
Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at [email protected]. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.
This section will outline the simple steps needed to get started with the Babylon Polymorph repo. To begin development, you will need Visual Studio 2019 and git.
Using git, navigate to the folder that will hold your repo and clone the repo:
git clone https://github.com/BabylonJS/BabylonPolymorph.git
Once your repo is cloned, in git, use the following commands to go into the repo folder and download all required submodules:
cd BabylonPolymorph
git submodule update --init --recursive
Open BabylonPolymorph\Morphs\Importers\Build\babylon.native.transcoders.sln in Visual Studio 2019.