Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我尝试使用 sparks.js 和 Three.js 进行渲染时,都会遇到同样的错误:
未捕获的类型错误:对象 [object Object] 的属性“_easing”不是函数 sparks.js:304
你能告诉我更多吗?我不明白如何解决这个问题。谢谢。
(标签 sparks.js 不存在,因此由于我的声誉,我无法包含它,抱歉)。
该错误是由使用旧的 TWEEN 常量作为 Age 操作的默认值引起的。尝试像这样显式初始化 Age:
new SPARKS.Age(TWEEN.Easing.Linear.None)