pull/7/head
cx 7 years ago
parent e6038cabc0
commit 50a7c4a141

@ -25,7 +25,7 @@ export class Application
this.initOrbitControls();
this.initEvent();
this.DrawCols();
this.drawCols();
//渲染循环
this.render();
@ -133,7 +133,7 @@ export class Application
}
//TODO: 先写在这里 以后移动它.
DrawCols()
drawCols()
{
this.gScene.add(
CreateUtil.AddLine(new THREE.Vector3(0, 0, 0), new THREE.Vector3(20, 0, 0), 0xff0000)

Loading…
Cancel
Save