Update app.py
Browse files
app.py
CHANGED
@@ -665,7 +665,7 @@ async(c, o, p, d, n, m)=>{
|
|
665 |
BABYLON.Engine.LastCreatedScene.meshes[BABYLON.Engine.LastCreatedScene.meshes.length-1].rotation.z = -coords[o_[j]].pitch / 180 * Math.PI;
|
666 |
}*/
|
667 |
|
668 |
-
|
669 |
"videoDome",
|
670 |
[document.getElementById("output_video").getElementsByTagName("video")[0].src],
|
671 |
{
|
|
|
665 |
BABYLON.Engine.LastCreatedScene.meshes[BABYLON.Engine.LastCreatedScene.meshes.length-1].rotation.z = -coords[o_[j]].pitch / 180 * Math.PI;
|
666 |
}*/
|
667 |
|
668 |
+
window.videoDome = new BABYLON.VideoDome(
|
669 |
"videoDome",
|
670 |
[document.getElementById("output_video").getElementsByTagName("video")[0].src],
|
671 |
{
|