Assimp  v4.1. (December 2018)
Assimp::MDL::TexCoord_MDL3 Struct Reference

Data structure for an UV coordinate in the 3DGS MDL3 format. More...

Public Attributes

int16_t u
 position, horizontally in range 0..skinwidth-1 More...
 
int16_t v
 position, vertically in range 0..skinheight-1 More...
 

Detailed Description

Data structure for an UV coordinate in the 3DGS MDL3 format.

Member Data Documentation

◆ u

int16_t Assimp::MDL::TexCoord_MDL3::u

position, horizontally in range 0..skinwidth-1

◆ v

int16_t Assimp::MDL::TexCoord_MDL3::v

position, vertically in range 0..skinheight-1


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