vengine  0.1.0
3D graphics engine made with Vulkan
Loading...
Searching...
No Matches
ven::Model::Builder Struct Reference

#include <Model.hpp>

+ Collaboration diagram for ven::Model::Builder:

Public Member Functions

void loadModel (const std::string &filename)
 

Public Attributes

std::vector< Vertexvertices
 
std::vector< uint32_t > indices
 

Detailed Description

Definition at line 34 of file Model.hpp.

Member Function Documentation

◆ loadModel()

void ven::Model::Builder::loadModel ( const std::string & filename)

Definition at line 120 of file model.cpp.

References ven::Model::Vertex::position.

Referenced by ven::Model::createModelFromFile().

+ Here is the caller graph for this function:

Member Data Documentation

◆ indices

std::vector<uint32_t> ven::Model::Builder::indices

Definition at line 36 of file Model.hpp.

Referenced by ven::Model::Model().

◆ vertices

std::vector<Vertex> ven::Model::Builder::vertices

Definition at line 35 of file Model.hpp.

Referenced by ven::Model::Model().


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