bug: quaternion?
This commit is contained in:
@@ -6,7 +6,7 @@ export class Quaternion {
|
||||
public y: number,
|
||||
public z: number,
|
||||
public w: number,
|
||||
) {}
|
||||
) { }
|
||||
|
||||
public static fromXYZ({
|
||||
x,
|
||||
|
||||
Reference in New Issue
Block a user