Skip to content

Commit

Permalink
Try non-qml test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Jan 14, 2025
1 parent e5b0f7d commit 10d58bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ const initForTest = () => {
width: 200, height: 200,
});

const { doc, gl } = node3d;
// const { doc, gl } = node3d;
const { gl } = node3d;

addThreeHelpers(three, gl);

// const inited = initQml({ doc, gl, cwd: __dirname, three });
// return { ...node3d, ...inited };
return inited;
return node3d;
};

module.exports = initForTest;

0 comments on commit 10d58bc

Please sign in to comment.