igraphic
0.2.0
Contrats graphiques chargeables : IGraphic2Module / IGraphic3Module
Loading...
Searching...
No Matches
IMesh.hpp
Go to the documentation of this file.
1
11
#ifndef IMESH_HPP_
12
#define IMESH_HPP_
13
14
namespace
graphic
{
15
24
class
IMesh
{
25
26
public
:
27
28
virtual
~IMesh
() =
default
;
29
35
virtual
bool
isReady
()
const
= 0;
36
};
37
38
}
// namespace graphic
39
42
#endif
/* !IMESH_HPP_ */
graphic::IMesh
Loaded geometry (vertices/faces), independent of any IModel instance built from it - deleting every I...
Definition
IMesh.hpp:24
graphic::IMesh::~IMesh
virtual ~IMesh()=default
graphic::IMesh::isReady
virtual bool isReady() const =0
notice if the mesh is ready
graphic
Definition
IGamepad.hpp:14
includes
graphic
IMesh.hpp
Generated by
1.9.8