#include <OpenTissue/configuration.h>
#include <OpenTissue/utility/gl/gl_util.h>
#include <OpenTissue/core/math/math_constants.h>
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::gl |
Functions | |
template<typename bone_type > | |
void | OpenTissue::gl::DrawBone (bone_type const &bone) |
template<typename bone_type > | |
void | OpenTissue::gl::DrawFancyBone (bone_type const &bone) |
template<typename bone_type > | |
void | OpenTissue::gl::DrawStickBone (bone_type const &bone, float red=0.7, float green=0.7, float blue=0.7) |
template<typename bone_type , typename capsule_type > | |
void | OpenTissue::gl::DrawFatBone (bone_type const &bone, capsule_type capsule, float red=0.7, float green=0.7, float blue=0.7, float thickness=0.2) |