Inviwo  0.9.10.1
Inviwo documentation
inviwo::SimpleMeshCreator Class Reference

Static Public Member Functions

static std::shared_ptr< SimpleMeshrectangularPrism (vec3 posLlf, vec3 posUrb, vec3 texCoordLlf, vec3 texCoordUrb, vec4 colorLlf, vec4 colorUrb)
 
static std::shared_ptr< SimpleMeshparallelepiped (glm::vec3 pos, glm::vec3 p1, glm::vec3 p2, glm::vec3 p3, glm::vec3 tex, glm::vec3 t1, glm::vec3 t2, glm::vec3 t3, glm::vec4 col, glm::vec4 c1, glm::vec4 c2, glm::vec4 c3)
 
static std::shared_ptr< SimpleMeshrectangle (glm::vec3 posLl, glm::vec3 posUr)
 
static std::shared_ptr< SimpleMeshsphere (float radius, unsigned int numLoops, unsigned int segmentsPerLoop)
 
static std::shared_ptr< SimpleMeshsphere (float radius, unsigned int numLoops, unsigned int segmentsPerLoop, vec4 color)
 
static std::shared_ptr< SimpleMeshplane (glm::vec3 pos, glm::vec2 extent, unsigned int meshResX, unsigned int meshResY)
 

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