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
14namespace 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_ */
Loaded geometry (vertices/faces), independent of any IModel instance built from it - deleting every I...
Definition IMesh.hpp:24
virtual ~IMesh()=default
virtual bool isReady() const =0
notice if the mesh is ready
Definition IGamepad.hpp:14