如何修复A帧中gltf模型上显示的灰色方块?

时间:2019-09-13 02:07:55

标签: three.js aframe gltf

在框架中查看模型时,我会在gltf模型上看到奇怪的正方形。

我尝试制作一个AR HTML以扫描标记并在其上显示模型。当我在线查看gltf Viewer中的模型时,这很好,但是通过Web应用程序查看时,上面有灰色方块。有人看过吗?

<a-scene embedded
    vr-mode-ui="enabled: false"
    shadow="type: pcf"
    arjs='sourceType: webcam; sourceWidth:1280; sourceHeight:960; 
displayWidth: 1280; displayHeight: 960; debugUIEnabled: false;'>

               <!-- add your models -->
        <a-asset-item id="animated-asset" 
         src="https://artshirtsonline.com/shanatova/models/test2.gltf"  > 
                   </a-asset-item>
                           </a-assets>
    <a-entity animation-mixer="loop: repeat" gltf-model='#animated-asset' 
            scale="1 1 1"
            shadow="cast: true"
            rotation="-90 0 0"></a-entity>

enter image description here

1 个答案:

答案 0 :(得分:0)

查找shadowMap.bias 您可以调整它以适应暗疮痤疮。另外,请确保您的阴影摄像头与场景所遮盖的位置相近或相近。