source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @397   19 years qiaow Lic class working!! OpenGL scaling calls now are inside of Lic and …
(edit) @396   19 years qiaow In the process of adding Line Integral Convolution class
(edit) @395   19 years cxsong Added RpEntityRef? to src/Makefile
(edit) @394   19 years dkearney improved tcl bindings, additions to xml parser including entity …
(edit) @393   19 years qiaow Performance optimized for testing.
(edit) @392   19 years qiaow Small fixes in ParticleSystem? . size, color, etc.
(edit) @391   19 years qiaow EventPlayer? sleeps for a little bit before plays back the next event.
(edit) @390   19 years qiaow Added event file
(edit) @389   19 years qiaow Added run length encoding , testing code.
(edit) @388   19 years dkearney adding mole (mol) and gram (g) as units
(edit) @387   19 years dkearney add a fix for tcl bindings to print units if the toUnitsName variable …
(edit) @386   19 years qiaow Added phone shading in one_volume.cg
(edit) @385   19 years qiaow Added nanoscale folder.
(edit) @384   19 years mmc Added some code to compute the gradient of the function in …
(edit) @383   19 years qiaow Added Event class for recording user input.
(edit) @382   19 years dkearney added angle conversions (rad,deg,grad)
(edit) @381   19 years qiaow Enabled floating point precision for rendering. Better render quality!!
(edit) @380   19 years qiaow Transfer function widget is working!!
(edit) @379   19 years qiaow Hooked a simple transfer function editor GUI to the render engine.
(edit) @378   19 years mmc Fixed loading of SQUALID-2D data.
(edit) @377   19 years qiaow Added PerfQuery? class for tracking number of pixels rendered on screen
(edit) @376   19 years mmc Took out hacks added for the det=0 case. If det=0, it means that the …
(edit) @375   19 years mmc Put a band-aid in the voronoi triangularization so that it works …
(edit) @374   19 years qiaow We can now tile multiple volumes in the scene using their starting …
(edit) @373   19 years qiaow buildable code with Color and Sphere classes
(edit) @372   19 years mmc Added field scaling and made points outside of volume invisible.
(edit) @371   19 years qiaow Added Color and Sphere classes. Added start location to Volume class.
(edit) @370   19 years mmc Added support for triangular and prismatic meshes. Serialization sort …
(edit) @369   19 years qiaow fixed a bug in indexing. Minor fix.
(edit) @368   19 years mmc Added a descriptions to loader for <upload>, <download>, and <new> tags.
(edit) @367   19 years cxsong added compress/decompress using zlib
(edit) @366   19 years mmc Fixed the visualization server to load test.dx data.
(edit) @365   19 years dkearney fixes for tcl bindings.
(edit) @364   19 years mmc - Added src2, which is the start of Rappture 2.0, with various …
(edit) @363   19 years cxsong added grid3d_rect files and test program
(edit) @362   19 years cxsong use copyArray(). updated comments
(edit) @361   19 years cxsong added test program for RpGrid3dRect class
(edit) @360   19 years cxsong added 3d rectilinear grid class
(edit) @359   19 years cxsong added test program for grid3d
(edit) @358   19 years cxsong added grid3d and test_grid3d
(edit) @357   19 years cxsong use copyArray
(edit) @356   19 years cxsong removed copyArray from grid2d_rect
(edit) @355   19 years cxsong added grid3d.h
(edit) @354   19 years cxsong added copyArray to grid1d, removed copyArray from grid2d_rect
(edit) @353   19 years cxsong integrated grid3d into serializer
(edit) @352   19 years cxsong created RpGrid3d class
(edit) @351   19 years cxsong added to test Rectilinear 2d grid
(edit) @350   19 years cxsong added test files
(edit) @349   19 years cxsong updated comments
(edit) @348   19 years cxsong added data size check in expandData()
(edit) @347   19 years cxsong removed outdated def
(edit) @346   19 years cxsong added constructor with name input
(edit) @345   19 years cxsong added Rectilinear 2d grid class
(edit) @344   19 years cxsong added test programs
(edit) @343   19 years cxsong an example of serializer managing field objects using different meshes
(edit) @342   19 years cxsong added doSerialization(), removed serialization()
(edit) @341   19 years cxsong added grid2d handling
(edit) @340   19 years cxsong use RpCurrentVersion? to replace const string vars
(edit) @339   19 years cxsong added RpCurrentVersion? decl
(edit) @338   19 years cxsong replaced cons strings with RpCurrentVersion?[]
(edit) @337   19 years cxsong created to test RpGrid2d
(edit) @336   19 years cxsong updated grid2d to work with grid1d/serializable
(edit) @335   19 years cxsong restore some old files so all tests can be compiled.
(edit) @334   19 years cxsong added linkage to mesh and handling, addValue etc.
(edit) @333   19 years cxsong updated with new serializer functions
(edit) @332   19 years cxsong updatd with new files
(edit) @331   19 years cxsong removed vector resize in one of the constructors
(edit) @330   19 years cxsong updated handling of RpField? linkage to mesh object updated clear() to …
(edit) @329   19 years cxsong added to demo usage of RpSerializer?
(edit) @328   19 years cxsong added clear()
(edit) @327   19 years cxsong added clear() and assignment operator.
(edit) @326   19 years cxsong updated comments
(edit) @325   19 years cxsong added a grid object to the test.
(edit) @324   19 years dkearney forgot to add this file previously, for tcl bindings.
(edit) @323   19 years cxsong added to src/mesh dir
(edit) @322   19 years cxsong added constructor for a 1d regular array fixed xmlString to use …
(edit) @321   19 years cxsong modify createObject to add RpField?
(edit) @320   19 years cxsong made methods virtual for field derivation
(edit) @319   19 years cxsong added back objectType and moved the constructor defs here
(edit) @318   19 years cxsong added to mesh/src dir
(edit) @317   19 years cxsong moved to src/mesh dir
(edit) @316   19 years cxsong moved to grid1d
(edit) @315   19 years cxsong modified test_grid for multiple objects
(edit) @314   19 years cxsong added key cmp func map in serializer
(edit) @313   19 years cxsong added comments
(edit) @312   19 years cxsong removed old lines
(edit) @311   19 years cxsong added a readString prototype
(edit) @310   19 years cxsong modified readString to null terminate string
(edit) @309   19 years cxsong updated the example
(edit) @308   19 years cxsong updated deserialize etc
(edit) @307   19 years cxsong updated comments, corrected deletes.
(edit) @306   19 years cxsong moved generic functions to reader.cc
(edit) @305   19 years cxsong moved to src/mesh dir
(edit) @304   19 years cxsong updated with latest test programs and added librpmesh files
(edit) @303   19 years cxsong moved to src/mesh dir
(edit) @302   19 years cxsong updated using RpSerializable?
(edit) @301   19 years cxsong removed header_size const def
(edit) @300   19 years cxsong updated with new read methods.
(edit) @299   19 years dkearney fixed -h help options
(edit) @298   19 years cxsong fixed memory problem in serializer. fixed numBytes count. updated …
Note: See TracRevisionLog for help on using the revision log.