LoginSignup
0
0

More than 1 year has passed since last update.

plunkerでa-frame その2

Last updated at Posted at 2021-01-26

概要

plnkerでa-frameやってみた。
全天球表示してみた。

写真

image.png

サンプルコード

<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>

成果物

以上。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0