We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5097fc2 commit 852b776Copy full SHA for 852b776
libs/soba/staging/src/lib/accumulative-shadows.ts
@@ -64,15 +64,15 @@ const defaultOptions: NgtsAccumulativeShadowsOptions = {
64
<ng-content />
65
</ngt-group>
66
67
- <ngt-mesh #plane [scale]="scale()" [rotation]="[-Math.PI / 2, 0, 0]" [receiveShadow]="true">
+ <ngt-mesh #plane [scale]="scale()" [rotation]="[-Math.PI / 2, 0, 0]" receiveShadow>
68
<ngt-plane-geometry />
69
<ngt-soft-shadow-material
70
[depthWrite]="false"
71
[toneMapped]="toneMapped()"
72
[color]="color()"
73
[blend]="colorBlend()"
74
[map]="map()"
75
- [transparent]="true"
+ transparent
76
/>
77
</ngt-mesh>
78
0 commit comments