소스 검색

change in Sphere API

ncannasse 9 년 전
부모
커밋
5de69922a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/fbx/TreeView.hx

+ 1 - 1
tools/fbx/TreeView.hx

@@ -10,7 +10,7 @@ class Joint {
 	public function new (j : h3d.anim.Skin.Joint, parent: h3d.scene.Skin) {
 		this.j = j;
 
-		var p = new h3d.prim.Sphere(16, 16);
+		var p = new h3d.prim.Sphere(1, 16, 16);
 		p.addNormals();
 		s = new h3d.scene.Mesh(p, parent);
 		s.setScale(0.015);