aframe-ring-shader

1.2.0 • Public • Published

aframe-ring-shader-component

Version License

A Ring Shader component for A-Frame.

For A-Frame.

API

Property Description Default Value

Installation

Browser

Install and use by directly including the browser files:

<head>
  <title>My A-Frame Scene</title>
  <script src="https://aframe.io/releases/0.9.0/aframe.min.js"></script> 
  <script src="https://unpkg.com/aframe-ring-shader-component/dist/aframe-ring-shader-component.min.js"></script> 
</head>
 
<body>
  <a-scene>
    <a-entity ring-shader="foo: bar"></a-entity>
  </a-scene>
</body>

npm

Install via npm:

npm install aframe-ring-shader-component

Then require and use.

require('aframe');
require('aframe-ring-shader-component');

Package Sidebar

Install

npm i aframe-ring-shader

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

24.2 kB

Total Files

16

Last publish

Collaborators

  • dmarcos
  • ngokevin