Directory Packages/rtrt/StandAlone/scenes/

Total Files:
12
Deleted Files:
0
Lines of Code:
5669

[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 30 (100.0%) 32 (100.0%) 1.0
dav 6 (20.0%) 18 (56.3%) 3.0
kuzimmer 8 (26.7%) 9 (28.1%) 1.1
cgribble 3 (10.0%) 3 (9.4%) 1.0
mjc 1 (3.3%) 2 (6.3%) 2.0
bigler 12 (40.0%) 0 (0.0%) 0.0

Most Recent Commits

bigler 2006-11-29 13:50 Rev.: 35944


Some fixes for demos on octagon and arachne.

0 lines of code changed in 4 files:

  • Packages/rtrt/StandAlone/scenes: david.cc (changed), davidhead.cc (new)
bigler 2006-06-05 15:59 Rev.: 34417


Core/HVolume.h

Don't try to write out a brick file and don't barf if you are not on
SGI or Apple.

StandAlone/scenes/oldvfem.cc
StandAlone/scenes/teapot.scene.cc

Name the main light.

StandAlone/scenes/tstdemo.cc

You can now change the light position and intenisity from the
command line.

0 lines of code changed in 6 files:

  • Packages/rtrt/StandAlone/scenes: oldvfem.cc (changed), teapot.scene.cc (new), tstdemo.cc (changed)
bigler 2006-05-22 17:11 Rev.: 34307

Better linking for scene libraries.

0 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: sub.mk (new)
dav 2006-04-10 11:30 Rev.: 33815

Dataflow/Modules/Render/Painter.h
Dataflow/Modules/Render/Painter.cc

Fixed compiler warnings.

Dataflow/Modules/String/SprintfMatrix.cc
Packages/BioPSE/Dataflow/Modules/Forward/ApplyFEMVoltageSource.cc
Packages/BioPSE/Dataflow/Modules/Forward/EITAnalyticSolution.cc
Packages/BioPSE/Dataflow/Modules/Inverse/Tikhonov.cc
Packages/BioPSE/Dataflow/Modules/Inverse/DipoleSearch.cc

Initialized variables that could be used uninitialized. (Not sure if
these are the right defaults, but at least they will be consistent.)


Packages/BioPSE/Dataflow/Modules/Forward/SetupBEMatrix.cc

Changed 'filed' to 'field'... I think it was a typo.

Packages/rtrt/Core/SketchMaterial.h
Packages/rtrt/StandAlone/scenes/sub.mk

SketchMaterial no longer compiles with the newest Teem. It was
originally created by James Bigler to work around thread safety/memory
issues in Teem. He used internal Teem functions/variables to make
things work. With the updates to Teem, the SketchMaterial will
probably need to be completely rewritten. It is only used in one
scene right now, so I am turning it off. (Note, there are a few #if
0's in the SketchMaterial.h file right now as I was trying to get it
to compile, but it doesn't make sense to turn everything off and leave
the file, so I'm removing it from the sub.mk.

Packages/rtrt/StandAlone/tex-utils/pnn-vq.cc

Fixed (strict) compilation error. (Must use the Class, not an
instance of the Class.)

Packages/rtrt/StandAlone/tex-utils/pca-error.cc

Use the new Teem '_nva' version of the function.

7 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone/scenes: sub.mk (+7 -1)
dav 2006-03-30 14:43 Rev.: 33706

M rtrt/Core/Background.h

Put the rtrt #includes next to each other.

M rtrt/Core/Array2.h

Cleaned up as I tried to figure out how to get the Pio symbols on the
SGI to resolve. (No real changes in this file.)

M rtrt/StandAlone/scenes/uintahisosurface.cc

Few cosmetic updates... however, the real change was to move the #include of rtrt/Core/Background.h to above the Uintah #includes. This fixed the SGI compiler's problem with resolving Pio symbols... I don't like this fix, but I don't think spending more time on it is justified at this point as RTRT will sometime soon be replaced with Manta.

M Uintah/Core/Grid/Variables/NodeIterator.h

Needs IntVector... so #included it.


9 lines of code changed in 2 files:

  • Packages/rtrt/StandAlone/scenes: uintahisosurface.cc (+9 -27)
cgribble 2006-03-24 16:25 Rev.: 33642


Core/Array2.cc
Core/Array2.h
Core/Background.cc
Core/BrickArray2.h
Core/BrickArray3.h
Core/Heightfield.cc
Core/Heightfield.h
Core/ImageMaterial.cc
Core/templates.cc

Trying to fix weird Pio template issues.

Core/Gui.cc
Core/Gui.h

Got rid of glut_dpy and glut_win which were really dangerous and not
really needed anymore since the Glut window isn't part of the main
rtrt window.

Core/HVolume.h
Core/HVolumeVis.h

Fixes for gcc 4.0 (i.e. the stupid this->parentClassMember issue).

Core/VolumeVis2D.h

Wrong class name for Volvis3DDpy.

Dataflow/Modules/Render/sub.mk
Dataflow/Modules/Scenes/sub.mk
Dataflow/Ports/sub.mk

Dataflow/Ports is now in Dataflow/Network.

StandAlone/scenes/3ds.cc

Added option for x86_64

StandAlone/scenes/sub.mk

Removed terrain an dheightfield until we can fix the Pio template
gunk.

3 lines of code changed in 3 files:

  • Packages/rtrt/StandAlone/scenes: 3ds.cc (new), sub.mk (+2 -2)
dav 2006-03-22 21:17 Rev.: 33600

Two things coming on it commit:

1) Dataflow/Ports was moved into Dataflow/Network/Ports

- Fixed the sub.mk files to not use libDataflow_Ports as it is now part of
libDataflow_Network. Cleaned many of the sub.mk files up so that
libraries were only listed once.

- I've only tested these changes on the main Packages... I visually
inspected the others, don't know for sure if I got everything.

2) Clean up of Uintah problems from the large commit Marty made earlier

- continue to use getID() for patches.

- another commit is coming shortly to continue the fixes for Uintah



2 lines of code changed in 3 files:

  • Packages/rtrt/StandAlone/scenes: uintahisosurface.cc (-8), uintahparticle2.cc (new)
mjc 2006-03-22 16:42 Rev.: 33591

add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class

2 lines of code changed in 1 file:

  • Packages/rtrt/StandAlone/scenes: uintahparticle2.cc (+2 -2)
kuzimmer 2006-02-21 14:10 Rev.: 33318

Changed MAX* constants to *_MAX definitions found in float.h and limits.h. Changed sci_values.h to reflect this change. Users should still include sci_values.h, so modifications for platform specific issues can be handled there.

9 lines of code changed in 8 files:

  • Packages/rtrt/StandAlone/scenes: bunny.cc (new), bunnyteapot.cc (new), spherefile.cc (new), teapot.scene.cc (+1 -1), tstdemo.cc (+2 -2)
Generated by StatSVN 0.4.0