Skip to content

Commit

Permalink
Merge pull request #1 from BabylonJS/master
Browse files Browse the repository at this point in the history
Update Fork to Upstream
  • Loading branch information
ColorDigital-PS committed Sep 11, 2019
2 parents 99d0125 + d365b8b commit a22f48a
Show file tree
Hide file tree
Showing 175 changed files with 162,022 additions and 150,017 deletions.
13 changes: 13 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"version": "2.0.0",
"configurations": [
{
"name": "Launch Node Material Editor (Chrome)",
"type": "chrome",
"request": "launch",
"url": "http://localhost:1338/nodeEditor/public/index-local.html",
"webRoot": "${workspaceRoot}/",
"sourceMaps": true,
"preLaunchTask": "run",
"userDataDir": "${workspaceRoot}/.tempChromeProfileForDebug",
"runtimeArgs": [
"--enable-unsafe-es3-apis"
]
},
{
"name": "Launch Viewer (Chrome)",
"type": "chrome",
Expand Down
319 changes: 291 additions & 28 deletions Playground/babylon.d.txt

Large diffs are not rendered by default.

2,627 changes: 1,862 additions & 765 deletions Playground/babylonWebGPU.d.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Playground/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ body {
.navbarBottom .links .link a {
text-decoration: none;
line-height: 35px;
padding: 6px 15px;
padding: 5px 15px;
font-size: 16px;
color: white;
}
Expand Down
8 changes: 4 additions & 4 deletions Playground/debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,14 @@
<link rel="icon" type="image/png" sizes="96x96" href="https://www.babylonjs.com/img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://www.babylonjs.com/img/favicon/favicon-16x16.png">

<link rel="manifest" href="https://www.babylonjs.com/img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="https://www.babylonjs.com/img/favicon/ms-icon-144x144.png">
<meta name="msapplication-config" content="https://www.babylonjs.com/img/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/index710.css" />
<link rel="stylesheet" href="css/indexMobile.css" />
<link rel="stylesheet" href="css/index_mobile.css" />

<!-- Pep -->
<script src="https://code.jquery.com/pep/0.4.2/pep.min.js"></script>
Expand Down Expand Up @@ -416,7 +414,9 @@ <h1>Examples<img id="examplesButtonClose" src="css/img/clearButton.svg"></h1>
</div>

<!-- jQuery -->
<script src="https://code.jquery.com/jquery.js"></script>
<script src="js/libs/jquery.min.js"></script>
<script src="js/jquery.qrcode.js"></script>
<script src="js/qrcode.js"></script>

<!-- Main scripts -->
<script src="js/config_versions.js"></script>
Expand Down
8 changes: 1 addition & 7 deletions Playground/indexStable.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<!DOCTYPE html>
<html>

<!--
The purpose of the indexStable.html file is to ???
// TO DO - Complete that
-->

<head>
<title>Babylon.js Playground</title>
<meta charset='utf-8' />
Expand All @@ -14,8 +9,7 @@

<link rel="stylesheet" href="https://use.typekit.net/cta4xsb.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/index710.css" />
<link rel="stylesheet" href="css/indexMobile.css" />
<link rel="stylesheet" href="css/index_mobile.css" />

<link rel="manifest" href="https://www.babylonjs.com/img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
Expand Down
Loading

0 comments on commit a22f48a

Please sign in to comment.