File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ export class FaceCube {
169
169
(pointerover)="$any($event).stopPropagation(); hover.set(true)"
170
170
(click)="internalOnClick($any($event))"
171
171
>
172
- <ngt-mesh-basic-material [ transparent]="true" [opacity]="0.6" [color]="color()" [visible]="hover()" />
172
+ <ngt-mesh-basic-material transparent [opacity]="0.6" [color]="color()" [visible]="hover()" />
173
173
<ngt-box-geometry *args="dimensions()" />
174
174
</ngt-mesh>
175
175
` ,
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ const scaleMatrix = new THREE.Matrix4();
77
77
>
78
78
<ngt-sphere-geometry *args="[radius(), 12, 12]" />
79
79
<ngt-mesh-basic-material
80
- [ transparent]="true"
80
+ transparent
81
81
[depthTest]="pivotControls.depthTest()"
82
82
[color]="color()"
83
83
[opacity]="pivotControls.opacity()"
84
- [ polygonOffset]="true"
84
+ polygonOffset
85
85
[polygonOffsetFactor]="-10"
86
86
/>
87
87
</ngt-mesh>
You can’t perform that action at this time.
0 commit comments