isoSphere.hpp
Go to the documentation of this file.
1 
6 #pragma once
7 
10 #include <etk/Hash.hpp>
11 #include <ege/Material.hpp>
12 
13 namespace ege {
14  namespace isoSphere {
15  void create(etk::Hash<ememory::SharedPtr<ege::Material>>& _materials, etk::Hash<FaceIndexing>& _listFaces, std::vector<vec3>& _listVertex, std::vector<vec2>& _listUV,
16  const std::string& _materialName, int32_t _recursionLevel);
17  }
18 }
19 
Definition: AudioElement.hpp:8