如何将Aframe场景嵌入React中

时间:2018-07-10 01:03:33

标签: aframe

//CSS
.aframebox {
height: 500px;
width: 500px;
}

//HTML
<a-scene class="style" embedded>

这在常规html中工作正常,但是当我在React中使用<Scene embedded={true}>时,我会得到鹅卵。有人可以告诉我一个有关如何使用react嵌入Aframe场景的示例。

0 个答案:

没有答案