Class that analyzes mesh/shape properties for further processing. More...
#include <oglplus/config/basic.hpp>
#include <oglplus/math/vector.hpp>
#include <oglplus/shapes/analyzer_data.hpp>
#include <cstddef>
#include <oglplus/shapes/analyzer.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::shapes::ShapeAnalyzerVert |
Class storing information about a single vertex of a generated/loaded mesh. More... | |
class | oglplus::shapes::ShapeAnalyzerEdge |
Class storing information about a single edge of a generated/loaded mesh. More... | |
class | oglplus::shapes::ShapeAnalyzerFace |
Class storing information about a single face of a generated/loaded mesh. More... | |
class | oglplus::shapes::ShapeAnalyzer |
Class that analyzes vertex attribs generated by shape loaders/generators. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Class that analyzes mesh/shape properties for further processing.
Copyright 2010-2014 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)