File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 77 "tags" : [],
88 "targets" : {
99 "build" : {
10- "executor" : " @angular-devkit/build-angular:browser " ,
10+ "executor" : " @angular-devkit/build-angular:application " ,
1111 "outputs" : [" {options.outputPath}" ],
1212 "options" : {
1313 "outputPath" : " dist/apps/sandbox" ,
1414 "index" : " apps/sandbox/src/index.html" ,
15- "main " : " apps/sandbox/src/main.ts" ,
15+ "browser " : " apps/sandbox/src/main.ts" ,
1616 "polyfills" : [" zone.js" ],
1717 "tsConfig" : " apps/sandbox/tsconfig.app.json" ,
1818 "assets" : [" apps/sandbox/src/favicon.ico" , " apps/sandbox/src/assets" ],
19- "styles" : [" apps/sandbox/src/styles.css" ],
20- "scripts" : []
19+ "styles" : [" apps/sandbox/src/styles.css" ]
2120 },
2221 "configurations" : {
2322 "production" : {
3635 "outputHashing" : " all"
3736 },
3837 "development" : {
39- "buildOptimizer" : false ,
4038 "optimization" : false ,
41- "vendorChunk" : true ,
4239 "extractLicenses" : false ,
43- "sourceMap" : true ,
44- "namedChunks" : true
40+ "sourceMap" : true
4541 }
4642 },
4743 "defaultConfiguration" : " production"
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ declare global {
8080 #material
8181 [map]="textures.grid"
8282 [displacementMap]="textures.displacement"
83+ [displacementScale]="0.5"
8384 [metalnessMap]="textures.metalness"
84- [displacementScale]="0.4"
85- [metalness]="0.96"
85+ [metalness]="1"
8686 [roughness]="0.5"
8787 />
8888
You can’t perform that action at this time.
0 commit comments