source: trunk/packages/vizservers/nanovis

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3936   11 years ldelgass Fix raw DX (no <DX> header> path in flow data loader
(edit) @3935   11 years ldelgass First pass at loading VTK vector data for flows in nanovis
(edit) @3916   11 years ldelgass Don't draw grid labels outside view frustum
(edit) @3914   11 years ldelgass Fix for build without USE_THREADS
(edit) @3900   11 years ldelgass Exclude grid from scene bounds in nanovis, so camera reset and center …
(edit) @3884   11 years ldelgass Fix cutplane visible command
(edit) @3883   11 years ldelgass Add cutplane visibility flag to nanovis. Will be used to add cutplanes …
(edit) @3876   11 years ldelgass Add dep
(edit) @3875   11 years ldelgass Add config.h option USE_ARB_PROGRAMS, which will use …
(edit) @3874   11 years ldelgass fix trace output
(edit) @3872   11 years ldelgass Make vector normalize check for exact divide by zero to avoid failure …
(edit) @3870   11 years ldelgass Add VTK reader/resampler to nanovis
(edit) @3713   11 years ldelgass Apply CmdProc? updates to nanovis.
(edit) @3631   11 years ldelgass Refactor names in particle renderer to match other classes
(edit) @3630   11 years ldelgass Nanovis refactoring to fix problems with scaling and multiple results. …
(edit) @3628   11 years ldelgass Some cleanups in vrmath lib, e.g. add copy/assignment ops
(edit) @3627   11 years ldelgass Use vrmath::Color4f for color where appropriate
(edit) @3626   11 years ldelgass Remove unused method from nanovis.h
(edit) @3618   11 years ldelgass Some fixes for particle system compile (still doesn't work).
(edit) @3617   11 years ldelgass Compile fixes for USE_POINTSET_RENDERER (not tested).
(edit) @3614   11 years ldelgass Move version string to nanovis server header
(edit) @3613   11 years ldelgass Include namespace in header guard defines
(edit) @3612   11 years ldelgass Remove Nv prefix from shader classes now that they are in nv namespace.
(edit) @3611   11 years ldelgass Use nv namespace for classes in nanovis rather than prefixing class …
(edit) @3608   11 years ldelgass Fix for flow video capture
(edit) @3607   11 years ldelgass Restore proper return value of GetBooleanFromObj?
(edit) @3606   11 years ldelgass Remove old, now unused functions
(edit) @3605   11 years ldelgass Add writer thread to nanovis (set USE_THREADS in Makefile), more …
(edit) @3599   11 years ldelgass Remove DO_RLE from config.h
(edit) @3598   11 years ldelgass Fix for compiler warnings when HAVE_FFMPEG is undefined
(edit) @3597   11 years ldelgass More refactoring in nanovis flows: Rename FlowCmd? to Flow and move to …
(edit) @3596   11 years ldelgass Remove unused NvColorTableRenderer?
(edit) @3584   11 years ldelgass Revert video command to return zero length image response if ffmpeg …
(edit) @3580   11 years ldelgass Fix normalizeScalar
(edit) @3579   11 years gah use old flag for ffmpeg
(edit) @3578   11 years ldelgass Send error if ffmpeg doesn't return any data. This should be a …
(edit) @3577   11 years ldelgass Fix video code after refactor
(edit) @3576   11 years ldelgass Fix return value
(edit) @3575   11 years ldelgass Fix typo, also clamp data outside given range in normalizeScalar
(edit) @3574   11 years ldelgass Use normalizeScalar common function where possible. Also, don't set …
(edit) @3569   11 years ldelgass Check for zero dimensions/spacing in VTK files
(edit) @3568   11 years ldelgass Fix crash on getting transfer function name, remove unused plane command.
(edit) @3567   11 years ldelgass Refactor and cleanups in nanovis, mainly to switch to using STL hash …
(edit) @3566   11 years ldelgass Make flow related methods use camel case convention
(edit) @3565   11 years ldelgass Remove some newlines from traces
(edit) @3564   11 years ldelgass Restore most of the debug traces -- these are still very useful for …
(edit) @3563   11 years ldelgass Remove vestigal FFMPEG include/lib defines and the Makefile rule for …
(edit) @3562   11 years ldelgass Remove commented code (volume renderer now handles setting number of …
(edit) @3561   11 years ldelgass Restore floatFormats lists in Texture2D/3D, they are needed when …
(edit) @3559   11 years gah - Clean up unused variable warnings. - Remove use of ffmpeg libraries …
(edit) @3558   11 years gah small fix for double type in vtk structure points reader.
(edit) @3522   11 years ldelgass Turn off FILTER_GRADIENTS in config.h. We aren't actually using …
(edit) @3521   11 years ldelgass Don't need to change order of point data when reading VTK, it already …
(edit) @3506   11 years ldelgass Support signed and unsigned short and int in VTK reader, only read …
(edit) @3505   11 years ldelgass Make nanovis default transfer function match client default (mostly …
(edit) @3504   11 years ldelgass In VTK reader, don't read ahead once we read lookup table line, also …
(edit) @3503   11 years ldelgass Actually add the VTK reader implementation
(edit) @3502   11 years ldelgass Add basic VTK structured points reader to nanovis, update copyright dates.
(edit) @3497   11 years ldelgass Rename display() -> render() in nanovis
(edit) @3494   11 years ldelgass Remove last uses of float Matrix4x4 class from vrmath library
(edit) @3493   11 years ldelgass A couple minor cleanups
(edit) @3492   11 years ldelgass Fix camera reset for nanovis. Includes refactoring of vector/matrix …
(edit) @3478   11 years ldelgass Add background color protocol command to nanovis, also change resize …
(edit) @3476   11 years ldelgass Restore missing newline to data response command, deleted by mistake …
(edit) @3474   11 years ldelgass Add trace option to nanovis Makefile (a la vtkvis) and remove the …
(edit) @3473   11 years ldelgass clean docs in distclean
(edit) @3470   11 years ldelgass Cleanups for nanovis utility libs
(edit) @3468   11 years ldelgass Fix one more include
(edit) @3467   11 years ldelgass Begin process of renaming/merging vrmath library
(edit) @3466   11 years ldelgass Remove R2 directory
(edit) @3465   11 years ldelgass Rename R2 library to nv::graphics and nv::util.
(edit) @3464   11 years ldelgass Set tracing back to off by default in nanovis
(edit) @3463   11 years ldelgass Begin process of renaming R2 library
(edit) @3459   11 years ldelgass Fix error on setting axis units (found in contour example: …
(edit) @3453   11 years ldelgass Remove unused Event logging, move init/exit service routines to nanovis.cpp
(edit) @3452   11 years ldelgass Remove XINETD define from nanovis. We only support server mode now, …
(edit) @3437   11 years ldelgass Fix doxygen exclude rules for out-of-tree builds
(edit) @3436   11 years ldelgass Add docs make target for nanovis
(edit) @3408   11 years ldelgass Make nanovis report errors as internal (protocol errors) by default.
(edit) @3403   11 years gah make STATSDIR configurable
(edit) @3401   11 years gah change stats directory to /var/log
(edit) @3397   11 years ldelgass Add flow switch for two-sided volume lighting
(edit) @3394   11 years gah fix up stats reporting in servers
(edit) @3378   11 years gah fixes for new stats file
(edit) @3377   11 years gah rework of stats log file.
(edit) @3376   11 years gah new version of stats file handling without file locking
(edit) @3362   11 years ldelgass Merge nanovis2 branch to trunk
(edit) @3337   11 years gah fixes for new version of ffmeg
(edit) @3336   11 years gah fixes for new version of ffmeg
(edit) @3335   11 years gah fixes for new version of ffmeg
(edit) @3330   11 years gah merge (by hand) with Rappture1.2 branch
(edit) @3177   12 years mmc Updated all of the copyright notices to reference the transfer to the …
(edit) @3066   12 years gah
(edit) @2979   12 years ldelgass Rename multiply_row_vector method in Mat4x4 to multiplyRowVector
(edit) @2976   12 years ldelgass Don't need labels in Volume (handled by Grid).
(edit) @2975   12 years ldelgass Unfriend NanoVis? from VolumeRenderer?, use getVolumeInterpolator() …
(edit) @2974   12 years ldelgass Remove unused volume axis/bbox labeling from VolumeRenderer?. This …
(edit) @2973   12 years ldelgass Fix clipping bug in nanovis volume renderer. Use computed eye space …
(edit) @2972   12 years ldelgass Remove vrutil library. Was only used for FilePath? that already exists …
(edit) @2971   12 years ldelgass Convert volume shaders to use new NvShader? parameter API. With the …
Note: See TracRevisionLog for help on using the revision log.