Files
D8H 901f84daaa Add bloom and color effects for 3D layers (#6228)
- Add 3D Effects for color adjustment and bloom.
- A lower quality anti-aliasing is used when post-processing is enable (SMAA instead of MSAA).
- Upgrade to Three.js 0.160.0.
2024-02-16 14:12:46 +01:00

37 lines
726 B
JSON

{
"name": "three-addons",
"version": "0.0.0",
"license": "MIT",
"description": "",
"main": "dist/ThreeAddons.js",
"types": "dist/index.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"build": "rollup -c",
"format": "prettier --write \"src/**/*.ts\"",
"check-format": "prettier --list-different \"src/**/*.ts\""
},
"dependencies": {
},
"devDependencies": {
"three": "0.160.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"rollup": "^2.66.1",
"@rollup/plugin-terser": "^0.4.0",
"prettier": "2.1.2"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"contributors": [],
"bugs": {
"url": ""
},
"homepage": ""
}