Beispiel #1
0
int getVirtualStreamLastPosF(
                              struct VirtualStream * stream,
                              ObjectIDHandler ObjID,
                              float * pos,
                              float * joints,
                              float * scaleX,
                              float * scaleY,
                              float * scaleZ
                            )
{
    return fillPosWithLastFrame(
                                 stream,
                                 ObjID,
                                 pos,
                                 joints,
                                 scaleX,
                                 scaleY,
                                 scaleZ
                                );
}
int getVirtualStreamLastPosF(struct VirtualStream * stream,ObjectIDHandler ObjID,float * pos)
{
    return fillPosWithLastFrame(stream,ObjID,pos);
}