@zappar/zappar-threejs
Advanced tools
Changelog
[0.3.28] - 2021-07-05
CameraEnvironmentMap
.Realtime Camera-based Reflections
section to README.md
CameraEnvironmentMap
tests.Changelog
[0.3.27] - 2021-06-28
ZapparCamera
would not work on react-three-fiber.Changelog
[0.3.26] - 2021-06-25
three
support to r128.three
version raised to r118
.package.json
.Links and Resources
section to README.md
.CONTRIBUTING.MD
:
Code Styling
section.Husky
.eslint
.ESLint
rules.package.json
:
husky
and lint-staged
configs.src
now has geometry
, loaders
, mesh
and trackers
subdirectories. The following files have been moved from ./src/
into subdirectories:
src/geometry/facebuffergeometry.ts
src/loaders/facemeshloader.ts
src/loaders/facetrackerloader.ts
src/loaders/headmaskmeshloader.ts
src/loaders/imagetrackerloader.ts
src/loaders/loadingmanager.ts
src/mesh/headmaskmesh.ts
src/trackers/faceanchorgroup.ts
src/trackers/facelandmarkgroup.ts
src/trackers/imageanchorgroup.ts
src/trackers/instantworldanchorgroup.ts
ESLint
config alongside prettier/recommended
plugin.
Husky
pre-commit
hooks and lint-staged
.eslint-webpack-plugin
to enforce code style.THREE
import validation is now handled by eslint.jest-image-snapshot
for snapshot testing../tests/
.it
block.tests/__image_snapshots__/
.tests/__image_snapshots__/__diff_output__
.standalone-versions.js
.webpack.helper.js
. This helper is used to automatically generate standalone test pages. (tests/jest/module/*.ts
→ tests/jest/generated-standalone/*.js
)kill-test-process
script to stop any processes running on the port 8081.test:post
script to package.json
.DT
packages: pngjs
, pixelmatch
, concurrently
, @zappar/zapworks-cli
.CHANGELOG.md
markdown formatting.lint
and lint:fix
scripts in package.json
.README.MD
markdown formatting.