Add Axis Object
This commit is contained in:
@@ -7,5 +7,6 @@ div.main-canvas {
|
||||
div.canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: grab;
|
||||
}
|
||||
}
|
||||
@@ -26,6 +26,8 @@ class Laboratory extends Component {
|
||||
className: "canvas"
|
||||
});
|
||||
|
||||
renderer.onLoad();
|
||||
|
||||
console.log(renderer);
|
||||
|
||||
this.canvasContRef.current.appendChild(renderer.canvas.dom);
|
||||
|
||||
Reference in New Issue
Block a user