文件名称:regl-line:使用Regl for WebGL的2D和3D平面扁平线
文件大小:111KB
文件格式:ZIP
更新时间:2024-06-03 11:00:51
webgl line regl line-drawing JavaScript
雷格尔线 regl功能可方便地绘制2D和3D平面线。 这个小图书馆的灵感来自和Matt Deslauriers的。 安装 npm -i regl-line 入门 import createRegl from 'regl' ; import createCamera from 'canvas-orbit-camera' ; import createLine from 'regl-line' ; // Setup the canvas const canvas = document . getElementById ( 'canvas' ) ; const { width , height } = canvas . getBoundingClientRect ( ) ; canvas . width = width * resize . scale ; canvas . heig
【文件预览】:
regl-line-master
----.eslintrc(288B)
----rollup.config.js(441B)
----.github()
--------workflows()
----webpack.config.js(638B)
----src()
--------line.fs(146B)
--------line.vs(2KB)
--------index.js(13KB)
----.babelrc(39B)
----.npmignore(50B)
----example()
--------index.html(6KB)
--------index.js(4KB)
----LICENSE(1KB)
----.prettierrc(26B)
----README.md(9KB)
----.huskyrc(59B)
----.editorconfig(414B)
----.gitignore(145B)
----CHANGELOG.md(1KB)
----package-lock.json(374KB)
----package.json(2KB)