Web 3D Make Make Easily
npm install layerspace
layerspace is basically three js wrapper library, but has more functions like
layer management, pointcloud support (potree), and other awesome features. We
need to write a lots of code for make simple three js project. That'w why made
this library for three js project with intuitive codes.
bash
yarn add layerspace
`
Just import and make instance is everything
`js
import LayerSpace from 'layerspace'
const layerSpace = new LayerSpace(option)
`
But option variable is quite complicate, because this library's phylosopy is
based on All in Config. Example with simplest option is below
`html
`
`js
const option = {
id: 'layerspace'
}
`
Then, you could see blank black space.
More usage
- Document
- Demos
- Pointland
!pointland
Contribution
This project is based on three js and other three js libraries and my structure philosophy and codes
Using libraries are
- three-loader
- camera-controls
- hold-event`