source:
trunk/vizservers/nanovis
@
854
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
data | 422 | 19 years | mmc | Had to remove this data file. It's too big! | |
events | 393 | 19 years | qiaow | Performance optimized for testing. | |
font | 617 | 18 years | vrinside | Added new zinc blende renderer - It is still needed to compare with … | |
imgLoaders | 824 | 17 years | vrinside | Removed a unnecessary file. | |
newmat11 | 821 | 17 years | vrinside | added Point rendering for volume data | |
R2 | 835 | 17 years | gah | More clean up. Added dxReader.cpp | |
resources | 825 | 17 years | vrinside | Image Loader initialization - Add BMP loader in Nv.cpp Point Renderer … | |
scripts | 401 | 19 years | qiaow | Added Renderable class, the superclass of every class that can be drawn. | |
shaders | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. | |
socket | 834 | 17 years | gah | Changes for heightmap viewer | |
test | 412 | 19 years | kennell | Added test results for Viz 06 paper. | |
transfer-function | 574 | 18 years | kennell | Rearranged Makefile to refer to libviz.a instead of a bunch of … | |
BucketSort.cpp | 901 bytes | 821 | 17 years | vrinside | added Point rendering for volume data |
BucketSort.h | 1.5 KB | 821 | 17 years | vrinside | added Point rendering for volume data |
Camera.cpp | 2.1 KB | 580 | 18 years | vrinside | |
Camera.h | 1.6 KB | 580 | 18 years | vrinside | |
Color.cpp | 2.3 KB | 434 | 19 years | mmc | Added separate controls for outline enable/disable/color, and volume … |
Color.h | 1.3 KB | 434 | 19 years | mmc | Added separate controls for outline enable/disable/color, and volume … |
Command.cpp | 66.9 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
Command.h | 53 bytes | 829 | 17 years | vrinside | Moved all the functions related to TCL to Command.cpp |
config.h | 865 bytes | 829 | 17 years | vrinside | Moved all the functions related to TCL to Command.cpp |
ContourLineFilter.cpp | 7.9 KB | 780 | 17 years | vrinside | Add changing the color of linecontour |
ContourLineFilter.h | 1.2 KB | 776 | 17 years | vrinside | Add 3D surface plot and grid rendering |
ConvexPolygon.cpp | 5.7 KB | 451 | 18 years | mmc | Fixed a problem with two volumes of same size and shape, as we have in … |
ConvexPolygon.h | 1.4 KB | 415 | 19 years | qiaow | Now can load arbitary number of volumes (16 per application due to … |
define.h | 2.3 KB | 434 | 19 years | mmc | Added separate controls for outline enable/disable/color, and volume … |
dxReader.cpp | 37.3 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
Event.cpp | 961 bytes | 391 | 19 years | qiaow | EventPlayer? sleeps for a little bit before plays back the next event. |
Event.h | 1.1 KB | 391 | 19 years | qiaow | EventPlayer? sleeps for a little bit before plays back the next event. |
EventPlayer.cpp | 4.9 KB | 421 | 19 years | qiaow | Added EventPlayer? back. It will connect with nanovis and display the … |
global.h | 2.6 KB | 835 | 17 years | gah | More clean up. Added dxReader.cpp |
Grid.cpp | 4.3 KB | 837 | 17 years | vrinside | Modified scaling grids and heightmaps in order to match the grid and … |
Grid.h | 2.0 KB | 837 | 17 years | vrinside | Modified scaling grids and heightmaps in order to match the grid and … |
HeightMap.cpp | 9.8 KB | 840 | 17 years | gah | changes for surface plot |
HeightMap.h | 3.4 KB | 838 | 17 years | vrinside | Put rendering modes such as toggling wireframe, toggling culling mode. … |
Lic.cpp | 9.5 KB | 755 | 17 years | dkearney | added -p option to nanovis so we can add paths in a colon separated … |
Lic.h | 2.4 KB | 404 | 19 years | qiaow | Added Camera class to hide OpenGL viewing setup. |
Makefile.in | 8.8 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
Mat4x4.cpp | 8.6 KB | 226 | 19 years | mmc | - Added code for Wei's visualization server. - Fixed the energyLevels … |
Mat4x4.h | 926 bytes | 226 | 19 years | mmc | - Added code for Wei's visualization server. - Fixed the energyLevels … |
nanovis.cpp | 43.4 KB | 854 | 17 years | vrinside | Fixed glPushMatrix/glPopMatrix calls |
nanovis.h | 4.4 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
Nv.cpp | 1.1 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
Nv.h | 144 bytes | 755 | 17 years | dkearney | added -p option to nanovis so we can add paths in a colon separated … |
NvColorTableRenderer.cpp | 1.7 KB | 854 | 17 years | vrinside | Fixed glPushMatrix/glPopMatrix calls |
NvColorTableRenderer.h | 592 bytes | 580 | 18 years | vrinside | |
NvColorTableShader.cpp | 700 bytes | 848 | 17 years | vrinside | Removed global variables Trace function is added Removed compile … |
NvColorTableShader.h | 1.0 KB | 580 | 18 years | vrinside | |
NvDefaultTFData.cpp | 11.3 KB | 580 | 18 years | vrinside | |
NvEventLog.cpp | 1.6 KB | 599 | 18 years | dkearney | created dynamic log file names to resolve the problem with different … |
NvEventLog.h | 184 bytes | 587 | 18 years | vrinside | |
NvLIC.cpp | 12.6 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
NvLIC.h | 2.9 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
NvLoadFile.cpp | 82 bytes | 617 | 18 years | vrinside | Added new zinc blende renderer - It is still needed to compare with … |
NvLoadFile.h | 127 bytes | 580 | 18 years | vrinside | |
NvParticleAdvectionShader.cpp | 943 bytes | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
NvParticleAdvectionShader.h | 1.8 KB | 850 | 17 years | vrinside | Activated Particle System. |
NvParticleRenderer.cpp | 8.6 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
NvParticleRenderer.h | 3.0 KB | 850 | 17 years | vrinside | Activated Particle System. |
NvRegularVolumeShader.cpp | 776 bytes | 755 | 17 years | dkearney | added -p option to nanovis so we can add paths in a colon separated … |
NvRegularVolumeShader.h | 1.8 KB | 580 | 18 years | vrinside | |
NvShader.cpp | 1.0 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
NvShader.h | 1.6 KB | 851 | 17 years | vrinside | Got particle system and LIC (Line integral convolution) run. |
NvStdVertexShader.cpp | 570 bytes | 617 | 18 years | vrinside | Added new zinc blende renderer - It is still needed to compare with … |
NvStdVertexShader.h | 1.0 KB | 617 | 18 years | vrinside | Added new zinc blende renderer - It is still needed to compare with … |
NvVolumeShader.cpp | 106 bytes | 580 | 18 years | vrinside | |
NvVolumeShader.h | 393 bytes | 580 | 18 years | vrinside | |
NvZincBlendeReconstructor.cpp | 16.6 KB | 806 | 17 years | vrinside | Add a macro for dubugging |
NvZincBlendeReconstructor.h | 2.7 KB | 804 | 17 years | vrinside | |
NvZincBlendeVolumeShader.cpp | 885 bytes | 582 | 18 years | vrinside | |
NvZincBlendeVolumeShader.h | 1.8 KB | 617 | 18 years | vrinside | Added new zinc blende renderer - It is still needed to compare with … |
PCASplit.cpp | 10.1 KB | 846 | 17 years | vrinside | Removed compile warnings |
PCASplit.h | 3.0 KB | 846 | 17 years | vrinside | Removed compile warnings |
PerfQuery.cpp | 1.2 KB | 377 | 19 years | qiaow | Added PerfQuery? class for tracking number of pixels rendered on screen |
PerfQuery.h | 1.5 KB | 835 | 17 years | gah | More clean up. Added dxReader.cpp |
Plane.cpp | 2.0 KB | 226 | 19 years | mmc | - Added code for Wei's visualization server. - Fixed the energyLevels … |
Plane.h | 1.1 KB | 415 | 19 years | qiaow | Now can load arbitary number of volumes (16 per application due to … |
PlaneRenderer.cpp | 3.2 KB | 755 | 17 years | dkearney | added -p option to nanovis so we can add paths in a colon separated … |
PlaneRenderer.h | 2.0 KB | 455 | 18 years | mmc | Added a new "legend" command, which can be used to request the legend … |
PointSet.cpp | 2.0 KB | 827 | 17 years | vrinside | Added color blending with point sprite texture |
PointSet.h | 1.3 KB | 827 | 17 years | vrinside | Added color blending with point sprite texture |
PointSetRenderer.cpp | 4.1 KB | 835 | 17 years | gah | More clean up. Added dxReader.cpp |
PointSetRenderer.h | 640 bytes | 827 | 17 years | vrinside | Added color blending with point sprite texture |
PointShader.cpp | 1.6 KB | 825 | 17 years | vrinside | Image Loader initialization - Add BMP loader in Nv.cpp Point Renderer … |
PointShader.h | 1.4 KB | 825 | 17 years | vrinside | Image Loader initialization - Add BMP loader in Nv.cpp Point Renderer … |
README | 1.7 KB | 226 | 19 years | mmc | - Added code for Wei's visualization server. - Fixed the energyLevels … |
Renderable.cpp | 955 bytes | 848 | 17 years | vrinside | Removed global variables Trace function is added Removed compile … |
Renderable.h | 1.3 KB | 848 | 17 years | vrinside | Removed global variables Trace function is added Removed compile … |
RenderContext.cpp | 188 bytes | 838 | 17 years | vrinside | Put rendering modes such as toggling wireframe, toggling culling mode. … |
RenderContext.h | 1.7 KB | 838 | 17 years | vrinside | Put rendering modes such as toggling wireframe, toggling culling mode. … |
RenderVertexArray.cpp | 3.8 KB | 850 | 17 years | vrinside | Activated Particle System. |
RenderVertexArray.h | 1.3 KB | 226 | 19 years | mmc | - Added code for Wei's visualization server. - Fixed the energyLevels … |
ScreenSnapper.cpp | 3.3 KB | 406 | 19 years | qiaow | Added ScreenSnapper? class and VolumeRenderer? class. VolumeRenderer? … |
ScreenSnapper.h | 1.4 KB | 406 | 19 years | qiaow | Added ScreenSnapper? class and VolumeRenderer? class. VolumeRenderer? … |
Sphere.cpp | 1.3 KB | 406 | 19 years | qiaow | Added ScreenSnapper? class and VolumeRenderer? class. VolumeRenderer? … |
Sphere.h | 1.0 KB | 401 | 19 years | qiaow | Added Renderable class, the superclass of every class that can be drawn. |
Texture1D.cpp | 2.5 KB | 259 | 19 years | qiaow | Volume Class: wrapper of Texture3D. Don't have to deal with "OpenGL … |
Texture1D.h | 1.0 KB | 273 | 19 years | qiaow | Added ParticleSystem? class. |
Texture2D.cpp | 3.7 KB | 825 | 17 years | vrinside | Image Loader initialization - Add BMP loader in Nv.cpp Point Renderer … |
Texture2D.h | 1.1 KB | 432 | 19 years | qiaow | Added some comments |
Texture3D.cpp | 4.4 KB | 418 | 19 years | qiaow | Minor fixes. |
Texture3D.h | 1.2 KB | 273 | 19 years | qiaow | Added ParticleSystem? class. |
Trace.cpp | 212 bytes | 848 | 17 years | vrinside | Removed global variables Trace function is added Removed compile … |
Trace.h | 127 bytes | 848 | 17 years | vrinside | Removed global variables Trace function is added Removed compile … |
TransferFunction.cpp | 1.2 KB | 830 | 17 years | vrinside | Make it keep original color data in order to apply it to point … |
TransferFunction.h | 1.1 KB | 830 | 17 years | vrinside | Make it keep original color data in order to apply it to point … |
TypeDefs.h | 244 bytes | 776 | 17 years | vrinside | Add 3D surface plot and grid rendering |
Util.cpp | 1.4 KB | 828 | 17 years | vrinside | Add interpolation functions for compute values between two values with … |
Util.h | 253 bytes | 828 | 17 years | vrinside | Add interpolation functions for compute values between two values with … |
Vector3.cpp | 4.0 KB | 819 | 17 years | vrinside | Added several member functions |
Vector3.h | 1.8 KB | 819 | 17 years | vrinside | Added several member functions |
Vector4.cpp | 1.9 KB | 819 | 17 years | vrinside | Added several member functions |
Vector4.h | 1.1 KB | 819 | 17 years | vrinside | Added several member functions |
Volume.cpp | 2.0 KB | 849 | 17 years | vrinside | define some functions as inline |
Volume.h | 7.0 KB | 849 | 17 years | vrinside | define some functions as inline |
VolumeRenderer.cpp | 26.8 KB | 825 | 17 years | vrinside | Image Loader initialization - Add BMP loader in Nv.cpp Point Renderer … |
VolumeRenderer.h | 4.2 KB | 821 | 17 years | vrinside | added Point rendering for volume data |
ZincBlendeVolume.cpp | 1.7 KB | 802 | 17 years | vrinside | Fixed double memory deletion |
ZincBlendeVolume.h | 1.2 KB | 821 | 17 years | vrinside | added Point rendering for volume data |
Note: See TracBrowser
for help on using the repository browser.