Browse Source

change in Sphere API

ncannasse 9 years ago
parent
commit
5de69922a7
1 changed files with 1 additions and 1 deletions
  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);