Fix axeshelper
This commit is contained in:
parent
ace70de978
commit
6fc5e442ab
4 changed files with 65 additions and 39 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue