Skip to content

PolygonalSun/BabylonPolymorph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babylon Polymorph

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.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. 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.

Getting Started

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.

Step 1

Using git, navigate to the folder that will hold your repo and clone the repo:

git clone https://github.com/BabylonJS/BabylonPolymorph.git

Step 2

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

Step 3

Open BabylonPolymorph\Morphs\Importers\Build\babylon.native.transcoders.sln in Visual Studio 2019.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 97.4%
  • CMake 1.5%
  • Other 1.1%