Blender  V3.3
Public Attributes | List of all members
PC2Head Struct Reference

Public Attributes

char header [12]
 
int file_version
 
int verts_tot
 
float start
 
float sampling
 
int frame_tot
 

Detailed Description

Definition at line 26 of file MOD_meshcache_pc2.c.

Member Data Documentation

◆ file_version

int PC2Head::file_version

Definition at line 28 of file MOD_meshcache_pc2.c.

Referenced by meshcache_read_pc2_head().

◆ frame_tot

int PC2Head::frame_tot

◆ header

char PC2Head::header[12]

Definition at line 27 of file MOD_meshcache_pc2.c.

Referenced by meshcache_read_pc2_head().

◆ sampling

float PC2Head::sampling

Definition at line 31 of file MOD_meshcache_pc2.c.

Referenced by meshcache_read_pc2_range_from_time().

◆ start

float PC2Head::start

Definition at line 30 of file MOD_meshcache_pc2.c.

Referenced by meshcache_read_pc2_range_from_time().

◆ verts_tot

int PC2Head::verts_tot

Definition at line 29 of file MOD_meshcache_pc2.c.

Referenced by meshcache_read_pc2_head(), and MOD_meshcache_read_pc2_index().


The documentation for this struct was generated from the following file: