Fix axeshelper

This commit is contained in:
Fuhrmann 2025-03-25 14:02:17 +01:00
parent ace70de978
commit 6fc5e442ab
4 changed files with 65 additions and 39 deletions

View file

@ -139,7 +139,7 @@ function generateTextCanvas(text: string) {
return canvas;
}
function createLines(pointPairs: Vector3[][]) {
export function createLines(pointPairs: Vector3[][]) {
const lines = [];
for (const pair of pointPairs) {