Add Axis Object

This commit is contained in:
2022-02-10 16:32:40 +08:00
parent 28e0f60445
commit bf44505746
6 changed files with 108 additions and 15 deletions
+1
View File
@@ -7,5 +7,6 @@ div.main-canvas {
div.canvas {
width: 100%;
height: 100%;
cursor: grab;
}
}
+2
View File
@@ -26,6 +26,8 @@ class Laboratory extends Component {
className: "canvas"
});
renderer.onLoad();
console.log(renderer);
this.canvasContRef.current.appendChild(renderer.canvas.dom);