X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FPlanet.hpp;fp=src%2Fworld%2FPlanet.hpp;h=3677ca4c92aeccd29e950920bc7461ca6c7c964f;hp=f7efc585d6dbac8f58bf6ca0b3ae2cbddbcfedc2;hb=0734615e546059679f1827c35fe1928ffea2fc56;hpb=cf31daa35ac163986158b6f95df06fd7b43f6e79 diff --git a/src/world/Planet.hpp b/src/world/Planet.hpp index f7efc58..3677ca4 100644 --- a/src/world/Planet.hpp +++ b/src/world/Planet.hpp @@ -60,7 +60,7 @@ public: // center point of tile on surface at elevation glm::dvec3 TileCenter(int surface, int x, int y, double elevation = 0.0) const noexcept; - void BuildVAO(const Set &); + void BuildVAO(); void Draw(app::Assets &, graphics::Viewport &) override; private: @@ -88,6 +88,9 @@ private: glm::vec3 position; glm::vec3 normal; glm::vec3 tex_coord; + float shiny; + float glossy; + float metallic; }; std::unique_ptr> vao;