mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 09:35:27 -04:00
901f84daaa
- 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.
37 lines
726 B
JSON
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": ""
|
|
} |