Directory Packages/rtrt/StandAlone/scenes/

Total Files:
13
Deleted Files:
2
Lines of Code:
7409

[root]/Packages/rtrt/StandAlone/scenes

Lines of Code

Packages/rtrt/StandAlone/scenes/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 42 (100.0%) 499 (100.0%) 11.8
bigler 37 (88.1%) 497 (99.6%) 13.4
yarden 3 (7.1%) 2 (0.4%) 0.6
sparker 1 (2.4%) 0 (0.0%) 0.0
dav 1 (2.4%) 0 (0.0%) 0.0

Most Recent Commits

bigler 2005-10-10 17:24 Rev.: 32098


Core/GridSpheresDpy.cc
Core/GridSpheresDpy.h

Added ability to attach GridSpheres after you started running. Not
currently tested, but the old functionality still works.

You can set the varnames without having to set them in the children
GridSpheres.

Core/SelectableGroup.cc
Core/SelectableGroup.h

Frame changes from the GUI now cause changes during animate. This
creates clean transitions while rendering. I added a gui_child that
gets changed by the GUI. During the animate call gui_child is
propagated to child appropiatly.

Moved SetChild and nextChild to the .cc file.

StandAlone/scenes/VolumeVisMod.cc

Attach the PlandDpy display, so that it will disappear when rtrt
exits.

StandAlone/scenes/spherefile.cc

Added support for varnames to be passed in from the cammand line and
given to GridSpheresDpy.

StandAlone/scenes/tstdemo.cc

If you give two file names that are the same, you share the data
that has already been loaded. This is kept track of using
std::map's.

StandAlone/scenes/uintahparticle2.cc

If the file for writing the data out to disk could not be opened the
function returns. The file is also closed after done writing.

All the variables are now printing on the commandline.

179 lines of code changed in 8 files:

  • Packages/rtrt/StandAlone/scenes: VolumeVisMod.cc (new), spherefile.cc (+11), tstdemo.cc (+159 -99), uintahparticle2.cc (+6)
bigler 2005-09-12 13:33 Rev.: 31941


multihvb.cc
spherefile.cc

Added attach_display calls for the displays.

tstdemo.cc

Removed unneeded CatmullRomSpline include.

1 lines of code changed in 4 files:

  • Packages/rtrt/StandAlone/scenes: multihvb.cc (new), spherefile.cc (-3), tstdemo.cc (-1)
bigler 2005-08-15 14:42 Rev.: 31525


-lDataflow_XMLUtil should be -lCore_XMLUtil from the reorganization.

0 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: sub.mk (new)
bigler 2005-08-10 14:57 Rev.: 31477


Core/DpyGui.cc

Attempt to initialize inherited member "scene" to zero to try and
catch when it is accessed. Don't use it! Use rtrt_dpy->scene.

Added code to turn on silhouette edges and depth buffer viewing.

Removed command that killed the GlutGui. That's too dangerous for
now.

Core/GridSpheresDpy.cc

Removed some debug printouts.

StandAlone/scenes/sub.mk

RTRT_ULIBS now includes the GLUT/GLUI and math libraries.

StandAlone/scenes/uintahparticle2.cc

Removed unthreaded code. It was never used and was probably poorly
maintained.

Added more commandline options to the usage to reflect what is
available.

Added -timestep option to specify a single timestep.

Added -radius_from_volume option that changes p.volume to the
radius. You still have to specify which variable to use as the
radius with the -radius_index parameter for now.

Scalar particle data extraction is now handled with a templated
function.

88 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: sub.mk (+3 -3), uintahparticle2.cc (+85 -396)
bigler 2005-08-09 15:56 Rev.: 31464


Core/Dpy.cc
Core/Dpy.h

Added display_frame_rate and save_frame functions to consolidate
code in the framed and frameless loops.

Core/DpyBase.h

Inherit from ExternalUIInterface to allow access to DpyBase classes
in DpyGui.

Core/GridSpheresDpy.cc

If the config file had problems, have better error recovery rather
than just letting things go along as if it was OK.

Core/Scene.cc
Core/Scene.h

Added attach_displays_to_engine function. This will add all the
DpyBase classes registered with Scene using attach_display with the
GUI window.

StandAlone/rtrt.cc

Attach all the displays in Scene to the DpyGui.

StandAlone/scenes/tstdemo.cc

Added comments for how to run the scene file.

Don't call display->setup_vars().

StandAlone/scenes/uintahparticle2.cc

Attach the display to the scene, so that it will go away when rtrt
exits.

14 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: tstdemo.cc (+14), uintahparticle2.cc (-3)
bigler 2005-08-05 14:28 Rev.: 31409

Name the light source, so it can be manipulated in the GUI.

0 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: heightfield.cc (new)
yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

2 lines of code changed in 3 files:

  • Packages/rtrt/StandAlone/scenes: uintahisosurface.cc (+1 -1), uintahparticle2.cc (+1 -1)
bigler 2005-04-27 16:32 Rev.: 29999

living-room2.cc

Fixed living room scene to use only a single accelaration structure.

david.cc

Better camera and light positions.

sub.mk

Added living-room2 scene.

96 lines of code changed in 5 files:

  • Packages/rtrt/StandAlone/scenes: david.cc (+10 -11), living-room2.cc (+85 -74), sub.mk (+1 -1)
sparker 2005-04-15 19:36 Rev.: 29841

Retire .cvsignore files

0 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone/scenes: .cvsignore (del)
dav 2005-04-15 11:59 Rev.: 29829

Removed files that were resurrected in the CVS-SVN conversion but that should have remained dead.

0 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone/scenes: hologram-room.cc (del)
bigler 2005-04-06 21:10 Rev.: 29720

Remove old library reference since Uintah code reorganization.

1 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone/scenes: sub.mk (+1 -1)
bigler 2005-03-22 15:29 Rev.: 29442

Fix includes for Uintah rearrangement.

4 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: uintahisosurface.cc (+2 -2), uintahparticle2.cc (+2 -2)
bigler 2005-03-22 15:28 Rev.: 29441

Use typedef to make the code a bit more legible. Name the light, so we can interact with it from the GUI.

0 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: vfem.cc (new)
bigler 2005-02-23 17:45 Rev.: 28903

Updates for Uintah package rearranging.

8 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: uintahisosurface.cc (+2 -2), uintahparticle2.cc (+6 -2)
bigler 2005-02-23 17:44 Rev.: 28902

Updates for Uintah package rearranging. Scene extension now specified by RSE variable. Nrrd dependent modules now always build as teem is required by SCIRun. Other code cleanups.

106 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone/scenes: sub.mk (+106 -192)
bigler 2005-01-28 11:22 Rev.: 28354

Include Thread.h for starting Threads.

0 lines of code changed in 4 files:

  • Packages/rtrt/StandAlone/scenes: pt_particle.cc (new), pttest.cc (changed)
Generated by StatSVN 0.4.0