Tucano  0.1
A library for rapid prototyping with modern OpenGL and GLSL
Todo List
Member Tucano::Effect::setShadersDir (string dir)
include slash at the end if missing
Member Tucano::RotationManipulator::render (void)
setTrackballOrthographicMatrix should be set during viewport resize The external matrices are useful when the trackball should follow a specif object for example, so the main camera matrices should be passed here
Member Tucano::Shapes::CameraRep::CameraRep ()
load shader from string and remove phong dependency
Member Tucano::Shapes::CoordinateAxes::render (const Tucano::Camera &camera, const Tucano::Camera &light)
create 3D representation of axes (tubes) and use light
Member Tucano::Trackball::render (Eigen::Affine3f ext_view_matrix=Eigen::Affine3f::Identity(), Eigen::Matrix4f ext_proj_matrix=Eigen::Matrix4f::Identity())
setTrackballOrthographicMatrix should be set during viewport resize The external matrices are useful when the trackball should follow a specif object for example, so the main camera matrices should be passed here