Jelajahi Sumber

disable embed scripts in this asset

sunag 7 tahun lalu
induk
melakukan
67e1da9587
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      examples/webgl_loader_sea3d_morph.html

+ 1 - 0
examples/webgl_loader_sea3d_morph.html

@@ -75,6 +75,7 @@
 			loader = new THREE.SEA3D( {
 
 				autoPlay : true, // Auto play animations
+				scripts : false, // Disable embed scripts
 				container : scene // Container to add models
 
 			} );