Changeset 4879 for nanovis/branches/1.1/nanovis.cpp
- Timestamp:
- Dec 19, 2014 2:12:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nanovis/branches/1.1/nanovis.cpp
r4877 r4879 50 50 #include "HeightMap.h" 51 51 #include "NvCamera.h" 52 #include "NvLIC.h" 52 53 #include "NvShader.h" 53 #include "NvLIC.h"54 54 #include "PlaneRenderer.h" 55 #include "Texture2D.h" 55 56 #include "Trace.h" 56 57 #include "TransferFunction.h" 57 58 #include "Unirect.h" 58 59 #include "VelocityArrowsSlice.h" 60 #include "Volume.h" 59 61 #include "VolumeInterpolator.h" 60 62 #include "VolumeRenderer.h" … … 626 628 } 627 629 628 // INSOO629 // FOR DEBUGGING630 630 void 631 631 NanoVis::bmpWriteToFile(int frame_number, const char *directory_name)
Note: See TracChangeset
for help on using the changeset viewer.