Removing old vector math.

This commit is contained in:
Branimir Karadžić
2018-11-17 20:01:38 -08:00
parent 3bb8625872
commit 08e5d46037
2 changed files with 46 additions and 51 deletions

View File

@@ -928,7 +928,7 @@ namespace bimg
xyz[1] += rgba1[5];
xyz[2] += rgba1[6];
bx::vec3Norm( (float*)dst, xyz);
bx::store(dst, bx::normalize(bx::load(xyz) ) );
}
}
}