You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
any suggestions how to get something like that working also in webgl?
function moveMesh(mesh, X, Y, Z) {
var mat = new JSC3D.Matrix3x4;
if (mesh) {
mat.translate(X, Y, Z);
JSC3D.Math3D.transformVectors(mat, mesh.vertexBuffer, mesh.vertexBuffer);
mesh.calcAABB();
}
}
THX
/L
Original issue reported on code.google.com by [email protected] on 6 Jun 2015 at 12:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Jun 2015 at 12:45The text was updated successfully, but these errors were encountered: