소스 검색

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
 
 			} );