我开始使用A-Frame,这是一个非常基本的问题。我检查了一些例子,在A-Frame中画一条线然后画一条曲线,但是它们没有出现在场景中。我有一架正确显示的飞机。
我可以使用 $(xml).find("id")
.filter(function ( ){return
$(this).closest('clubMemberEnrollment').length==0})
.text() ;
获取飞机,但document.querySelector('a-plane').object3D;
返回undefined。
以下是代码示例:
document.querySelector('a-curve').object3D;
答案 0 :(得分:2)
您需要导入提供<a-curve>
的JS组件。这是一个社区组成部分。