tubugl-helper
helper tool for tubugl
install
To install it with npm:
npm install tubugl-helper
To install it with yarn:
yarn add tubugl-helper
usage
Grid Helper
; // ----------------// ---------------- let gridHelper = gl 1000 1000 20 20; // ----------------// ---------------- gridHelper;
Normal Helper
; // ----------------// ---------------- let normalHelper = gl roundingCube; // ----------------// ---------------- normalHelper;
examples
https://kenjispecial.github.io/tubugl-helper/
example with grid helper
https://kenjispecial.github.io/tubugl-helper/app00/index.html
example with normal helper
https://kenjispecial.github.io/tubugl-helper/app01/index.html
Running the examples locally
you need to install parcel to run examples locally
install node modules locally
yarnyarn run