Jasvirbahl / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Handle large C3D file (65536+ frames) #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From the documentation of www.c3d.org and a recent discussion in the C3D
mailing list, C3D file larger than 65535 frames are possible by using the
parameter TRIAL:ACTUAL_START_FIELD and TRIAL:ACTUAL_END_FIELD. 

It is also known that C-Motion use the parameter POINT:LONG_FRAMES as a
float to determine the exact number of frames. 

If both should be readable, I only suggest to write the documented
parameters (TRIAL:ACTUAL_*_FIELD) to handle large C3D files.

Original issue reported on code.google.com by arnaud.barre on 27 Jan 2010 at 5:25

GoogleCodeExporter commented 8 years ago
Fixed in revision r327.

Original comment by arnaud.barre on 6 Apr 2010 at 7:09