文件名称:three-projected-material::film_projector:Three.js材质,可让您在3d模型上进行纹理投影
文件大小:7.82MB
文件格式:ZIP
更新时间:2024-05-22 10:17:19
threejs texture-mapping threejs-example texture-projection JavaScript
三投影材料 Three.js材质,可让您在3d模型上进行。 安装 安装three.js之后,请使用以下命令从npm安装它: npm install three-projected-material 或者 yarn add three-projected-material 您也可以从CDN使用它,只需确保将其放在three.js脚本之后: < script src =" https://unpkg.com/three-projected-material " > </ script > 入门 您可以像这样导入 import ProjectedMaterial from 'three-projected-material' 或者,如果您使用的是CommonJS const ProjectedMaterial = require ( 'three-projected-material'
【文件预览】:
three-projected-material-master
----.eslintrc(42B)
----rollup.config.js(1KB)
----package.json(945B)
----.github()
--------workflows()
----.prettierrc(90B)
----.prettierignore(36B)
----screenshot.png(64KB)
----src()
--------ProjectedMaterial.js(15KB)
--------three-utils.js(2KB)
----examples()
--------css()
--------models()
--------images()
--------same-camera.html(3KB)
--------multiple-projections-instancing.html(7KB)
--------multiple-projections.html(4KB)
--------screenshots()
--------basic.html(3KB)
--------orthographic-camera.html(3KB)
--------index.html(9KB)
--------instancing.html(4KB)
--------3d-model.html(3KB)
--------video.html(4KB)
--------envmap.html(3KB)
--------transparency.html(3KB)
--------lib()
----.gitignore(20B)
----README.md(10KB)
----yarn.lock(149KB)
----.eslintignore(135B)
----.editorconfig(207B)
----build()
--------ProjectedMaterial.js(19KB)
--------ProjectedMaterial.module.js(18KB)