1.0.4 • Published 7 years ago

aframe-gradient-sky v1.0.4

Weekly downloads
70
License
MIT
Repository
github
Last release
7 years ago

aframe-gradient-sky

A gradient sky component for the A-Frame WebVR Framework.

Check out the: Gradient Sky Example

A-Frame Gradient Sky

Usage

Browser Installation

Install and use by directly including the browser file:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
  <script src="https://cdn.rawgit.com/zcanter/aframe-gradient-sky/master/dist/gradientsky.min.js"></script>
</head>

<body>
  <a-scene>
    <a-gradient-sky material="shader: gradient; topColor: 255 0 0; bottomColor: 0 121 255;"></a-gradient-sky>
  </a-scene>
</body>

NPM Installation

Install via NPM:

npm install aframe-gradient-sky

Then register and use.

require('aframe');
require('aframe-gradient-sky');
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago