1. a-frame tag 與 html 不同
2. 比較差異
正常:
<a-scene>
<a-box position="-2 0.5 -3" rotation="0 45 0" color="red"></a-box>
<a-box position="0 0.5 -3" rotation="0 45 0" color="green"></a-box>
<a-box position="2 0.5 -3" rotation="0 45 0" color="blue"></a-box>
</a-scene>
異常(判斷是解譯成子座標系統)
<a-scene>
<a-box position="-2 0.5 -3" rotation="0 45 0" color="red"/>
<a-box position="0 0.5 -3" rotation="0 45 0" color="green"/>
<a-box position="2 0.5 -3" rotation="0 45 0" color="blue"/>
</a-scene>
沒有留言:
張貼留言