#include "../config/basic.hpp"
#include "../valid_if/greater_than.hpp"
#include "gen_base.hpp"
#include <cassert>
#include <eagine/shapes/sphere.inl>
Go to the source code of this file.
Classes | |
class | eagine::shapes::unit_sphere_gen |
Generator of centered UV-sphere shape with unit diameter. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
eagine::shapes | |
Shape generator and loader code is placed in this namespace. | |
Functions | |
static auto | eagine::shapes::unit_sphere (vertex_attrib_bits attr_bits, valid_if_greater_than< int, 2 > rings, valid_if_greater_than< int, 3 > sections) |
Constructs instances of unit_sphere_gen. More... | |
static auto | eagine::shapes::unit_sphere (vertex_attrib_bits attr_bits) |
Constructs instances of unit_sphere_gen. More... | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt