User manual

old releases - latest release - trunk

Todo List

Member peekabot::atl::ActionRouter::register_observer (RouterEvent event, RouterObserver *observer)
Document this, in detail.

Member peekabot::atl::ActionRouter::deregister_observer (RouterEvent event, RouterObserver *observer)
Document this, in detail.

Member peekabot::gui::MainMenu::save_snapshot_callback (Fl_Widget *w, void *data)
Fix the snapshot feature

Member peekabot::client::ObjectProxyBase::set_opacity (float opacity, bool absolute=false)
Add a pointer to text explaining how opacity is calculated, and the difference in absolute and relative opacity.

Member peekabot::renderer::Octree::remove_object (Cullable *obj)
This code is sub-optimal in terms of performance, clean up scheduled!

Class RouterObserver
Document this, in detail.

Member peekabot::renderer::SceneNode::validate_accum_opacity ()
Profile this code! Naively revalidating the entire subtree spanned by the first valid ancestor node might be faster in the long run.

Member peekabot::SceneObject::m_mtop
Add reference to page discussing the different coordinate systems referred to through the documentation.

Member peekabot::SceneObject::m_mtow
Add reference to page discussing the different coordinate systems referred to through the documentation.

Member peekabot::SceneObject::get_mtow ()
Ponder the possibility of exceptions, and how to deal with them.

Class SceneTree
Write documentation for SceneTree !

Member peekabot::gui::ToolButton::handle (int msg)
At the moment, this just calls the Fl_Button::handle() method.