Assimp  v3.1.1 (June 2014)
Assimp::MDL::GroupSkin Struct Reference

Skin data structure #2 (group of pictures) More...

Public Attributes

uint8_t ** data
 Data of each image. More...
 
int32_t group
 0 = single (Skin), 1 = group (GroupSkin) More...
 
int32_t nb
 Number of images. More...
 
float * time
 Time for each image. More...
 

Detailed Description

Skin data structure #2 (group of pictures)

Member Data Documentation

◆ data

uint8_t** Assimp::MDL::GroupSkin::data

Data of each image.

◆ group

int32_t Assimp::MDL::GroupSkin::group

0 = single (Skin), 1 = group (GroupSkin)

◆ nb

int32_t Assimp::MDL::GroupSkin::nb

Number of images.

◆ time

float* Assimp::MDL::GroupSkin::time

Time for each image.


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