Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbradleyfl/aframe-gridhelper
A threejs grid helper as an aframe scene component.
https://github.com/dbradleyfl/aframe-gridhelper
Last synced: 11 days ago
JSON representation
A threejs grid helper as an aframe scene component.
- Host: GitHub
- URL: https://github.com/dbradleyfl/aframe-gridhelper
- Owner: dbradleyfl
- License: mit
- Created: 2016-04-27T09:03:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T22:52:38.000Z (almost 6 years ago)
- Last Synced: 2024-09-24T01:58:57.148Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://devonbradley.com/aframe-gridhelper/
- Size: 628 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## aframe-gridhelper-component
A GridHelper component for [A-Frame](https://aframe.io).
### Properties
| Property | Description | Default Value |
| ---------------- | ----------- | ------------- |
| size | | 5 |
| divisions | | 10 |
| colorCenterLine | | red |
| colorGrid | | black |### Usage
#### Browser Installation
Install and use by directly including the [browser files](dist):
```html
My A-Frame Scene
```
#### NPM Installation
Install via NPM:
```bash
npm install aframe-gridhelper-component
```Then register and use.
```js
require('aframe');
require('aframe-gridhelper-component');
```