Changes between Version 43 and Version 44 of PythonOcc/elbow
- Timestamp:
- Dec 24, 2013, 1:07:32 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonOcc/elbow
v43 v44 554 554 rotMat.rotateAboutYAxis(roty); 555 555 rotMat.rotateAboutZAxis(rotz); 556 557 //xformMat.scale(sx, sy, sz); 556 558 xformMat.multiply(rotMat); 557 559 xformMat.translate(transx, transy, transz); 558 //xformMat.scale(sx, sy, sz);559 560 560 561 myMesh = new JSC3D.Mesh();