Inviwo
0.9.10.1
Inviwo documentation
|
Static Public Member Functions | |
static std::shared_ptr< SimpleMesh > | rectangularPrism (vec3 posLlf, vec3 posUrb, vec3 texCoordLlf, vec3 texCoordUrb, vec4 colorLlf, vec4 colorUrb) |
static std::shared_ptr< SimpleMesh > | parallelepiped (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< SimpleMesh > | rectangle (glm::vec3 posLl, glm::vec3 posUr) |
static std::shared_ptr< SimpleMesh > | sphere (float radius, unsigned int numLoops, unsigned int segmentsPerLoop) |
static std::shared_ptr< SimpleMesh > | sphere (float radius, unsigned int numLoops, unsigned int segmentsPerLoop, vec4 color) |
static std::shared_ptr< SimpleMesh > | plane (glm::vec3 pos, glm::vec2 extent, unsigned int meshResX, unsigned int meshResY) |