summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-03Added shell for the DataRose development.Don Pellegrino3-0/+5
2009-08-17Refactored the model package into data, state and geometryDon Pellegrino27-549/+179
subdirectories. Added implementation for panning the map.
2009-08-17Removed the exp004 moniker from the objects. The objects now haveDon Pellegrino33-113/+530
generic names based on their function in this program. They are not generally designed for reuse in other visualization programs which seems okay at the moment. I'll leave it up to OpenGL and the APIs to be general while these objects are specific to the task of interactive visualization of a map of influenza.
2009-08-17Refactored the controller package into separate actions andDon Pellegrino36-176/+332
callbacks. Design justification added as a README to the controller subdirectory.
2009-08-14Added zooming with the mouse wheel. The mouse wheel will zoom in or out by 1...Don Pellegrino7-44/+149
2009-08-14Modified to use dynamic memory allocation based on the number of nodes to pro...Don Pellegrino3-7/+3
2009-08-14Moved loading the data into the initialization routine. This allows for smoo...Don Pellegrino2-2/+15
2009-07-23Moved model geometry into a subdirectory of model. Modified highlightDon Pellegrino18-47/+106
for selection to draw a yello circle around the selected proteins rather than change their fill color to black. This preserves the fill color of selected items.
2009-07-07Set the legend to appear as a constant height above the map. SetDon Pellegrino9-30/+59
updating of the map display list to be done only when the contents change.
2009-07-06Added a density legend to the display. Disabled the depth test soDon Pellegrino11-27/+124
that the alpha blending and point overlays work as expected for an orthographic projection.
2009-07-01Modified to use a display list to render the proteins rather than justDon Pellegrino8-10/+61
points. This feels much slower but looks much better.
2009-07-01Added subdirectory for running r and a script to connect to the DB2Don Pellegrino25-146/+140
backend and retrieve details of the current selection made with the visualization. Added Make target for running GNU indent. Ran indent on all of the code and headers.
2009-06-18Implemented zooming.Don Pellegrino4-37/+18
2009-06-16Added initialization of state variables.Don Pellegrino1-0/+2
2009-06-16Added initialization of state variables.Don Pellegrino2-0/+21
2009-06-13Added keyboard handler.Don Pellegrino1-0/+2
2009-06-08Refactored the visualization code from exp004 to its own project here.Don Pellegrino29-0/+1185

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.