Changeset 915 for cpp/frams/model/defassign-f0-SDK.h
- Timestamp:
- 04/20/20 23:33:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/defassign-f0-SDK.h
r732 r915 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 18Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 66 66 d.z=0; 67 67 shape=0; 68 hinge_pos.x=0; 69 hinge_pos.y=0; 70 hinge_pos.z=0; 71 hinge_rot.x=0; 72 hinge_rot.y=0; 73 hinge_rot.z=0; 74 hinge_limit_x[0]=-1.5708; 75 hinge_limit_x[1]=1.5708; 76 hinge_limit_y[0]=-1.5708; 77 hinge_limit_y[1]=1.5708; 68 78 stif=1.0; 69 79 rotstif=1.0;
Note: See TracChangeset
for help on using the changeset viewer.