如何使模型框架在Aframe中居中?

时间:2019-10-19 04:13:56

标签: aframe gltf

在点击进入VR模式之前,我试图将模型设置为中心,但没有显示出我在实体内部设置位置的想法

类似这样

       <div class="" style="height: 800px; width: 900px">
            <a-scene embedded>
                <a-assets>
                    <a-asset-item id="tree" src="static/models/Box/Box.gltf"></a-asset-item>
                </a-assets>

                <a-gltf-model src="#tree" camera position="0 1.6 0"></a-gltf-model>
<!-- <a-entity camera gltf-model="#tree" position="0 1.6 0"></a-entity> -->
            </a-scene>
        </div>

1 个答案:

答案 0 :(得分:1)

如果要放置gltf模型的枢轴,则需要在3D建模程序中执行此操作,然后再次导出gltf。 Aframe使用中心作为gltf导入随附的枢轴位置。