VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::common::Model Class Reference

Contains all the mesh's data and is the main high-level interface for the user. More...

#include <Model.h>

+ Inheritance diagram for venom::common::Model:

Public Member Functions

 Model (const char *path)
 
void Draw ()
 
vc::Error ImportModel (const char *path)
 
const std::vector< vc::Mesh > & GetMeshes () const
 
- Public Member Functions inherited from venom::common::PluginObjectImplWrapper
 PluginObjectImplWrapper (PluginObjectImpl *impl)
 
 PluginObjectImplWrapper (const PluginObjectImplWrapper &other)
 
PluginObjectImplWrapperoperator= (const PluginObjectImplWrapper &other)
 
 PluginObjectImplWrapper (PluginObjectImplWrapper &&other)
 
PluginObjectImplWrapperoperator= (PluginObjectImplWrapper &&other)
 
PluginObjectImplGetImpl ()
 
const PluginObjectImplGetImpl () const
 
const PluginObjectImplGetConstImpl () const
 
bool IsImplInitialized () const
 
void Destroy ()
 

Additional Inherited Members

- Protected Attributes inherited from venom::common::PluginObjectImplWrapper
PluginObjectImpl_impl
 

Detailed Description

Contains all the mesh's data and is the main high-level interface for the user.


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