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 a34b50f commit 1ef687fCopy full SHA for 1ef687f
packages/gizmo/src/Axis.ts
@@ -77,6 +77,7 @@ export class Axis extends Component {
77
/** recover axis color */
78
recover(): void {
79
this._material.baseColor.copyFrom(this._color);
80
+ this._alpha = this._color.a;
81
}
82
/** change axis alpha */
83
alpha(v: number): void {
0 commit comments