วิธีค้นหาโมเดล collada ใน a-frame เวอร์ชันล่าสุดสำหรับ webXR [ซ้ำกัน]

ฉันใช้ A-frame มาตั้งแต่ปี 2018 กับวัตถุในรูปแบบ collada ฉันได้สร้างเวิร์กโฟลว์ด้วยการอบพื้นผิวบน Blender แต่ด้วย webxr ตอนนี้จำเป็นต้องเปลี่ยนไปใช้ GLTF แต่ฉันไม่สามารถรับการเรนเดอร์แบบเดียวกับที่ฉันมีด้วยรูปแบบ collada.Lorque ฉันอยู่ในความเป็นจริงเสมือน พื้นผิวของ gltf ดูเหมือนจะเปล่งแสง ฉันทำไม่ได้ ค้นหาพื้นผิวด้านที่สวยงามของฉันที่ฉันมีกับคอลลาดา ฉันกำลังรอให้ใครสักคนแสดงภาพที่สวยงามให้ฉันดูใน webXR ด้วย GLTF ที่ไม่มีพื้นผิวดูเหมือนลูกโป่งที่มีหลอดไฟอยู่ ฉันหมดหวัง. เราจัดเตรียมขั้นตอนการทำงานและทุกอย่างก็ถูกกวาดล้างไปในชั่วข้ามคืน น่าสงสาร ช่วยฉันด้วย ฉันจะหา collada ใน webvr อีกครั้งได้อย่างไร ... ฉันพยายามใช้ collada-model-legacy.js และ ColladaLoader.js แต่ไม่มีอะไรทำงานและฉันได้รับคำสั่งให้ใช้ GLTF อยู่เสมอ แต่อยากเจอคอลลาด้า!!! ขอบคุณล่วงหน้า. นี่คือสคริปต์ของฉัน:

<a-scene antialias="true">

<a-asset-item id="table" src="../modelsXr/table.glb"></a-asset-item>
<a-asset-item id="tapisDanse" src="../modelsXr/tapisDanse.glb"></a-asset-item>

<a-asset-item id="panFauteuil" src="../models/panFauteuil.dae"></a-asset-item>    

<a-sky color="white"></a-sky>

<a-entity gltf-model="#table" position="0 0 0"></a-entity>
<a-entity gltf-model="#tapisDanse" position="0 0 0"></a-entity>

<a-collada-model src="#panFauteuil" position="0 0 0"></a-collada-model>


<a-entity obj-model="obj: #teleportPlateau-obj;" material="opacity: 0" id="teleportPlateau" position="" rotation="" scale="1"></a-entity>   
<a-entity camera wasd-controls look-controls position="0 1 0"></a-entity>
<a-light type="ambient" intensity="5" position="0 1 0"></a-light>

person user9288082    schedule 17.02.2021    source แหล่งที่มา
comment
หากคุณสามารถแชร์โค้ดกับตัวอย่างและโมเดลของคุณบน glitch.com/~aframe ได้ จะช่วยให้ผู้อื่นช่วยเหลือได้ คุณ.   -  person Diego Marcos    schedule 18.02.2021