浏览代码

disable embed scripts in this asset

sunag 7 年之前
父节点
当前提交
67e1da9587
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 
 			} );