ncannasse il y a 12 ans
Parent
commit
f32f42ec4f
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      h3d/prim/FBXModel.hx

+ 0 - 6
h3d/prim/FBXModel.hx

@@ -16,12 +16,6 @@ class FBXModel extends MeshPrimitive {
 		curMaterial = -1;
 	}
 	
-	// not very good, but...
-	inline function int32ToFloat( ix : Int ) {
-		flash.Memory.setI32(0, ix);
-		return flash.Memory.getFloat(0);
-	}
-	
 	public function getVerticesCount() {
 		return Std.int(geom.getVertices().length / 3);
 	}