plunkerでa-frame その2
800 ワード
概要
plnkerでa-frameやってみた。
全天球表示してみた。
写真
サンプルコード
<a-scene>
<a-assets>
<img id="sky" src="sky.png" />
</a-assets>
<a-sky radius="10" position="0 1.8 1.0" src="#sky">
</a-sky>
</a-scene>
成果物
<a-scene>
<a-assets>
<img id="sky" src="sky.png" />
</a-assets>
<a-sky radius="10" position="0 1.8 1.0" src="#sky">
</a-sky>
</a-scene>
以上。
Author And Source
この問題について(plunkerでa-frame その2), 我々は、より多くの情報をここで見つけました https://qiita.com/ohisama@github/items/fe913836b49842b6fd5b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .