Skip to content

Commit

Permalink
Merge pull request #386 from lihqi/lhq-alpha-3.5a
Browse files Browse the repository at this point in the history
chore: Update add
  • Loading branch information
lihqi authored Dec 26, 2023
2 parents 9352741 + e7990aa commit 21ccb05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lb-utils/src/PointCloudUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@ class PointCloudUtils {
far: 10000, // Need to set to a larger range, in conjunction with the camera's position on the z-axis.
};
}

public static add(num: number, num2: number) {
return num + num2;
}
}

export default PointCloudUtils;

0 comments on commit 21ccb05

Please sign in to comment.