|
Blender V4.3
|
Public Attributes | |
| char | header [12] |
| int | file_version |
| int | verts_tot |
| float | start |
| float | sampling |
| int | frame_tot |
Definition at line 31 of file MOD_meshcache_pc2.cc.
| int PC2Head::file_version |
Definition at line 33 of file MOD_meshcache_pc2.cc.
Referenced by meshcache_read_pc2_head().
| int PC2Head::frame_tot |
Definition at line 37 of file MOD_meshcache_pc2.cc.
Referenced by meshcache_read_pc2_head(), meshcache_read_pc2_range(), meshcache_read_pc2_range_from_time(), and MOD_meshcache_read_pc2_times().
| char PC2Head::header[12] |
Definition at line 32 of file MOD_meshcache_pc2.cc.
Referenced by meshcache_read_pc2_head().
| float PC2Head::sampling |
Definition at line 36 of file MOD_meshcache_pc2.cc.
Referenced by meshcache_read_pc2_range_from_time().
| float PC2Head::start |
Definition at line 35 of file MOD_meshcache_pc2.cc.
Referenced by meshcache_read_pc2_range_from_time().
| int PC2Head::verts_tot |
Definition at line 34 of file MOD_meshcache_pc2.cc.
Referenced by meshcache_read_pc2_head(), and MOD_meshcache_read_pc2_index().