Ignore:
Timestamp:
04/20/20 23:33:31 (4 years ago)
Author:
Maciej Komosinski
Message:

Added fields to characterize hinges in "solid shape"-type Models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/defassign-f0-SDK.h

    r732 r915  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2018  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    6666d.z=0;
    6767shape=0;
     68hinge_pos.x=0;
     69hinge_pos.y=0;
     70hinge_pos.z=0;
     71hinge_rot.x=0;
     72hinge_rot.y=0;
     73hinge_rot.z=0;
     74hinge_limit_x[0]=-1.5708;
     75hinge_limit_x[1]=1.5708;
     76hinge_limit_y[0]=-1.5708;
     77hinge_limit_y[1]=1.5708;
    6878stif=1.0;
    6979rotstif=1.0;
Note: See TracChangeset for help on using the changeset viewer.