Skip to content

Commit

Permalink
Merge pull request #341 from cx20/update_githack_to_rawgithubcontent
Browse files Browse the repository at this point in the history
Change githack URL to raw.githubusercontent
  • Loading branch information
cx20 authored Jun 22, 2024
2 parents 09d46b7 + c890218 commit 50749cf
Show file tree
Hide file tree
Showing 83 changed files with 124 additions and 124 deletions.
8 changes: 4 additions & 4 deletions examples/babylonjs/complex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const createScene = function() {
result.animationGroups[2].play(true);
meshes.push(mesh);
}),
//BABYLON.SceneLoader.ImportMeshAsync(null, "https://rawcdn.githack.com/BabylonJS/Exporters/9bc140006be149687be045f60b4a25cdb45ce4fc/Maya/Samples/glTF 2.0/T-Rex/", "trex_running.gltf", scene).then(function(result) {
BABYLON.SceneLoader.ImportMeshAsync(null, "https://rawcdn.githack.com/BabylonJS/Exporters/d66db9a7042fef66acb62e1b8770739463b0b567/Maya/Samples/glTF%202.0/T-Rex/", "trex.gltf", scene).then(function(result) {
//BABYLON.SceneLoader.ImportMeshAsync(null, "https://raw.githubusercontent.com/BabylonJS/Exporters/9bc140006be149687be045f60b4a25cdb45ce4fc/Maya/Samples/glTF 2.0/T-Rex/", "trex_running.gltf", scene).then(function(result) {
BABYLON.SceneLoader.ImportMeshAsync(null, "https://raw.githubusercontent.com/BabylonJS/Exporters/d66db9a7042fef66acb62e1b8770739463b0b567/Maya/Samples/glTF%202.0/T-Rex/", "trex.gltf", scene).then(function(result) {
const scale = 1.0;
const mesh = result.meshes[0];
const modelScaling = mesh.scaling;
Expand All @@ -48,8 +48,8 @@ const createScene = function() {

// Skybox
const cubeTexture = new BABYLON.CubeTexture(
//"https://rawcdn.githack.com/cx20/gltf-test/c479d543/textures/cube/skybox/", // "../../textures/cube/skybox/",
"https://rawcdn.githack.com/mrdoob/three.js/3c13d929f8d9a02c89f010a487e73ff0e57437c4/examples/textures/cube/skyboxsun25deg/",
//"https://raw.githubusercontent.com/cx20/gltf-test/c479d543/textures/cube/skybox/", // "../../textures/cube/skybox/",
"https://raw.githubusercontent.com/mrdoob/three.js/3c13d929f8d9a02c89f010a487e73ff0e57437c4/examples/textures/cube/skyboxsun25deg/",
scene,
["px.jpg", "py.jpg", "pz.jpg", "nx.jpg", "ny.jpg", "nz.jpg"]
);
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/cube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Cube Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
</head>
<body>
<script type="x-shader/x-vertex" id="vs">
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/primitive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Primitive Types Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
</head>
<body>
<div id="viewport"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/quaternion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Primitive Types Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
</head>
<body>
<div id="viewport"></div>
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Square Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
</head>
<body>
<script type="x-shader/x-vertex" id="vs">
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/teapot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Teapot Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="//code.jquery.com/jquery-3.4.0.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/texture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Textured Cube Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
</head>
<body>
<script type="x-shader/x-vertex" id="vs">
Expand Down
2 changes: 1 addition & 1 deletion examples/claygl/triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Triangle Using ClayGL</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
<script src="https://raw.githubusercontent.com/pissang/claygl/b157bb50cf8c725fa20f90ebb55481352777f0a7/dist/claygl.js"></script>
</head>
<body>
<div id="viewport"></div>
Expand Down
4 changes: 2 additions & 2 deletions examples/czpg/cube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title>Testing Square Using CZPG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- <script src="https://rawcdn.githack.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script> -->
<script src="https://rawcdn.githack.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
<!-- <script src="https://raw.githubusercontent.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script> -->
<script src="https://raw.githubusercontent.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">#version 300 es
Expand Down
4 changes: 2 additions & 2 deletions examples/czpg/primitive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title>Testing Primitive Types Using CZPG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- <script src="https://rawcdn.githack.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script> -->
<script src="https://rawcdn.githack.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
<!-- <script src="https://raw.githubusercontent.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script> -->
<script src="https://raw.githubusercontent.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
</head>
<body>
<div id="container">
Expand Down
2 changes: 1 addition & 1 deletion examples/czpg/square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Square Using CZPG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script>
<script src="https://raw.githubusercontent.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">#version 300 es
Expand Down
2 changes: 1 addition & 1 deletion examples/czpg/teapot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Teapot Using CZPG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
<script src="https://raw.githubusercontent.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
<script src="//code.jquery.com/jquery-3.4.0.js"></script>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions examples/czpg/texture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title>Testing Textured Square Using CZPG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- <script src="https://rawcdn.githack.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script> -->
<script src="https://rawcdn.githack.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
<!-- <script src="https://raw.githubusercontent.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script> -->
<script src="https://raw.githubusercontent.com/cx20/gltf-test/91ebb79a/libs/czpg/20180503/czpg.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">#version 300 es
Expand Down
2 changes: 1 addition & 1 deletion examples/czpg/triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Triangle Using CZPG</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script>
<script src="https://raw.githubusercontent.com/PrincessGod/CraZyPG/cddacb7fa0647b37ea79135b45b655e5c33c248b/czpg.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">#version 300 es
Expand Down
4 changes: 2 additions & 2 deletions examples/filament/complex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let modelInfoSet = [
scale: 1.0,
rotation: [0, Math.PI / 2, 0],
position: [0, 0, 3],
//url: "https://rawcdn.githack.com/BabylonJS/Exporters/9bc140006be149687be045f60b4a25cdb45ce4fc/Maya/Samples/glTF 2.0/T-Rex/trex_running.gltf" // scale:0.01
url: "https://rawcdn.githack.com/BabylonJS/Exporters/d66db9a7042fef66acb62e1b8770739463b0b567/Maya/Samples/glTF%202.0/T-Rex/trex.gltf" // scale:1.0
//url: "https://raw.githubusercontent.com/BabylonJS/Exporters/9bc140006be149687be045f60b4a25cdb45ce4fc/Maya/Samples/glTF 2.0/T-Rex/trex_running.gltf" // scale:0.01
url: "https://raw.githubusercontent.com/BabylonJS/Exporters/d66db9a7042fef66acb62e1b8770739463b0b567/Maya/Samples/glTF%202.0/T-Rex/trex.gltf" // scale:1.0
}
];

Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/cube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Cube Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
</head>
<body>
<canvas id="world" width="465" height="465"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/primitive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Primitive Types Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
</head>
<body>
<canvas id="world" width="465" height="465"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/quaternion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Textured Cube Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
</head>
<body>
<canvas id="world" width="465" height="465"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Square Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
</head>
<body>
<canvas id="world" width="465" height="465"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/teapot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Teapot Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="//code.jquery.com/jquery-3.4.0.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/texture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Textured Cube Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
</head>
<body>
<canvas id="world" width="465" height="465"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion examples/glboost/triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Triangle Using GLBoost</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/GLBoost/fac054c758f4d76ba0a898ee091d5ed4d528ad3a/build/glboost.js"></script>
</head>
<body>
<canvas id="world" width="465" height="465"></canvas>
Expand Down
2 changes: 1 addition & 1 deletion examples/glcubic/cube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Cube Using glCubic.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
<script src="https://raw.githubusercontent.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/glcubic/square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Square Using glCubic.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
<script src="https://raw.githubusercontent.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/glcubic/teapot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Teapot Using glCubic.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
<script src="https://raw.githubusercontent.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
<script src="//code.jquery.com/jquery-3.4.0.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/glcubic/texture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Textured Cube Using glCubic.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
<script src="https://raw.githubusercontent.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/glcubic/triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Triangle Using glCubic.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
<script src="https://raw.githubusercontent.com/doxas/glcubic.js/f54ec385d2aa74a76deacd7be4d96253bfbaeefe/build/js/glcubic.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/gltips/cube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Cube Using glTips.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="../../../libs/gl-matrix.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/gltips/square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Square Using glTips.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/gltips/teapot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Teapot Using glTips.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="../../../libs/gl-matrix.js"></script>
<script src="//code.jquery.com/jquery-3.4.0.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion examples/gltips/texture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Textured Cube Using glTips.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="../../../libs/gl-matrix.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/gltips/triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Triangle Using glTips.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
<script src="https://raw.githubusercontent.com/emadurandal/glTips/155489f3b95947ad748db3a8b86977c7cd2ba026/glTips.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/lightgl/cube/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Cube Using lightgl.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="https://raw.githubusercontent.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/lightgl/primitive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Primitive Types Using lightgl.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="https://raw.githubusercontent.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/lightgl/square/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Square Using lightgl.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="https://raw.githubusercontent.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/lightgl/teapot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>[WIP] Testing Teapot Using lightgl.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="https://raw.githubusercontent.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="//code.jquery.com/jquery-3.4.0.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/lightgl/texture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Textured Cube Using lightgl.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="https://raw.githubusercontent.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
2 changes: 1 addition & 1 deletion examples/lightgl/triangle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Testing Triangle Using lightgl.js</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://rawcdn.githack.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
<script src="https://raw.githubusercontent.com/evanw/lightgl.js/f868b2e6d3d04981197d74cb0de4e99626d87091/lightgl.js"></script>
</head>
<body>
<script id="vs" type="x-shader/x-vertex">
Expand Down
Loading

0 comments on commit 50749cf

Please sign in to comment.