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 {
169169 (pointerover)="$any($event).stopPropagation(); hover.set(true)"
170170 (click)="internalOnClick($any($event))"
171171 >
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()" />
173173 <ngt-box-geometry *args="dimensions()" />
174174 </ngt-mesh>
175175 ` ,
Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ const scaleMatrix = new THREE.Matrix4();
7777 >
7878 <ngt-sphere-geometry *args="[radius(), 12, 12]" />
7979 <ngt-mesh-basic-material
80- [ transparent]="true"
80+ transparent
8181 [depthTest]="pivotControls.depthTest()"
8282 [color]="color()"
8383 [opacity]="pivotControls.opacity()"
84- [ polygonOffset]="true"
84+ polygonOffset
8585 [polygonOffsetFactor]="-10"
8686 />
8787 </ngt-mesh>
You can’t perform that action at this time.
0 commit comments