浏览代码

solves issue #12010

Atrahasis 7 年之前
父节点
当前提交
e58dfc0500
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/postprocessing/OutlinePass.js

+ 1 - 1
examples/js/postprocessing/OutlinePass.js

@@ -186,7 +186,7 @@ THREE.OutlinePass.prototype = Object.assign( Object.create( THREE.Pass.prototype
 
 		function VisibilityChangeCallBack( object ) {
 
-			if ( object instanceof THREE.Mesh ) {
+			if ( object instanceof THREE.Mesh || object instanceof THREE.Line || object instanceof THREE.Sprite ) {
 
 				var bFound = false;