Changeset 900 for cpp/frams/model/model.cpp
- Timestamp:
- 12/18/19 23:52:57 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/model.cpp
r896 r900 1239 1239 Orient o; 1240 1240 o.lookAt(oj->part1->p - oj->part2->p); 1241 p-> rot = o.getAngles();1241 p->setRot(o.getAngles()); 1242 1242 p->scale.x = oj->part1->p.distanceTo(oj->part2->p) / 2; 1243 1243 p->scale.y = thickness;
Note: See TracChangeset
for help on using the changeset viewer.