Changes between Version 43 and Version 44 of PythonOcc/elbow


Ignore:
Timestamp:
Dec 24, 2013, 1:07:32 PM (10 years ago)
Author:
Leon Kos
Comment:

Pravilno skaliraj

Legend:

Unmodified
Added
Removed
Modified
  • PythonOcc/elbow

    v43 v44  
    554554        rotMat.rotateAboutYAxis(roty);
    555555        rotMat.rotateAboutZAxis(rotz);
     556
     557      //xformMat.scale(sx, sy, sz);
    556558        xformMat.multiply(rotMat);
    557559        xformMat.translate(transx, transy, transz);
    558       //xformMat.scale(sx, sy, sz);
    559560
    560561        myMesh = new JSC3D.Mesh();