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

#include <VVD.h>

Collaboration diagram for mdlpp::VVD::Vertex:

Public Attributes

BoneWeight boneWeight
 
sourcepp::math::Vec3f position {}
 
sourcepp::math::Vec3f normal {}
 
sourcepp::math::Vec2f uv {}
 
sourcepp::math::Vec4f tangent {}
 

Detailed Description

Definition at line 27 of file VVD.h.

Member Data Documentation

◆ boneWeight

BoneWeight mdlpp::VVD::Vertex::boneWeight

Definition at line 28 of file VVD.h.

◆ normal

sourcepp::math::Vec3f mdlpp::VVD::Vertex::normal {}

Definition at line 31 of file VVD.h.

◆ position

sourcepp::math::Vec3f mdlpp::VVD::Vertex::position {}

Definition at line 30 of file VVD.h.

◆ tangent

sourcepp::math::Vec4f mdlpp::VVD::Vertex::tangent {}

Definition at line 34 of file VVD.h.

◆ uv

sourcepp::math::Vec2f mdlpp::VVD::Vertex::uv {}

Definition at line 32 of file VVD.h.


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