我一直在将sim.js
代码及其对象用于一个简单的 WebGL 项目。当我需要使用该frustum
课程时(请参阅此问题),我必须更新我的three.js
. 一件事坏了:
TypeError: ray.intersectScene is not a function sim.js(line 357)
var intersects = ray.intersectScene( this.scene );
我在 git 上查看了源代码,该函数在ray.js
. 如何更新此代码?