SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
mdlpp::BakedModel::Vertex Struct Reference

#include <mdlpp.h>

Public Attributes

sourcepp::math::Vec3f position
 
sourcepp::math::Vec3f normal
 
sourcepp::math::Vec2f uv
 

Detailed Description

Definition at line 15 of file mdlpp.h.

Member Data Documentation

◆ normal

sourcepp::math::Vec3f mdlpp::BakedModel::Vertex::normal

Definition at line 17 of file mdlpp.h.

◆ position

sourcepp::math::Vec3f mdlpp::BakedModel::Vertex::position

Definition at line 16 of file mdlpp.h.

◆ uv

sourcepp::math::Vec2f mdlpp::BakedModel::Vertex::uv

Definition at line 18 of file mdlpp.h.


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