libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_model Struct Reference

#include <sf3_model.h>

Collaboration diagram for sf3_model:
Collaboration graph
[legend]

Data Fields

struct sf3_identifier identifier
 
uint8_t vertex_format
 The vertex attribute format description.
 
uint8_t material_type
 The material type description.
 
uint32_t material_size
 The size of the textures array in octets.
 
sf3_str16 textures []
 

Detailed Description

A 3D model file.

See SF3_FORMAT_ID_MODEL

Definition at line 62 of file sf3_model.h.

Field Documentation

◆ identifier

struct sf3_identifier sf3_model::identifier

Definition at line 63 of file sf3_model.h.

◆ material_size

uint32_t sf3_model::material_size

The size of the textures array in octets.

Definition at line 69 of file sf3_model.h.

◆ material_type

uint8_t sf3_model::material_type

The material type description.

Definition at line 67 of file sf3_model.h.

◆ textures

sf3_str16 sf3_model::textures[]

Definition at line 70 of file sf3_model.h.

◆ vertex_format

uint8_t sf3_model::vertex_format

The vertex attribute format description.

Definition at line 65 of file sf3_model.h.


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