Assimp  v4.1. (December 2018)
Assimp::Q3BSP::sQ3BSPVertex Struct Reference

Vertex of a Q3 level. More...

Public Attributes

unsigned char bColor [4]
 Color in RGBA. More...
 
vec2f vLightmap
 (u,v) Texturecoordinate of lightmap More...
 
vec3f vNormal
 vertex normale More...
 
vec3f vPosition
 Position of vertex. More...
 
vec2f vTexCoord
 (u,v) Texturecoordinate of detailtexture More...
 

Detailed Description

Vertex of a Q3 level.

Member Data Documentation

◆ bColor

unsigned char Assimp::Q3BSP::sQ3BSPVertex::bColor[4]

Color in RGBA.

◆ vLightmap

vec2f Assimp::Q3BSP::sQ3BSPVertex::vLightmap

(u,v) Texturecoordinate of lightmap

◆ vNormal

vec3f Assimp::Q3BSP::sQ3BSPVertex::vNormal

vertex normale

◆ vPosition

vec3f Assimp::Q3BSP::sQ3BSPVertex::vPosition

Position of vertex.

◆ vTexCoord

vec2f Assimp::Q3BSP::sQ3BSPVertex::vTexCoord

(u,v) Texturecoordinate of detailtexture


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