ThreeJS - GLTF装载但没有出现

时间:2017-09-25 21:44:39

标签: three.js

我在ThreeJS中加载了一个GLTF,我在控制台myDiagram.linkTemplate = $(go.Link, $(go.Shape, { strokeWidth: 5 }, new go.Binding("stroke", "", linkLinearBrush).ofObject()) ); 中看到了,但它没有出现在场景中,我不明白为什么。另外,我使用了ThreeJS网站上的一些样板文件。这是代码的样子:

GLTFLoader: 37.4208984375ms

那我在这里做错了什么?我错过了什么吗?

1 个答案:

答案 0 :(得分:1)

两个问题:

您的相机在您的型号内。把它移得更远。

在模型添加到场景之前,您只需拨打render()一次。在requestAnimationFrame中调用render,它位于每个Three.js示例中。