TACC / Galaxy

Galaxy is an asynchronous parallel visualization ray tracer for performant rendering in distributed computing environments. Galaxy builds upon Intel OSPRay and Intel Embree, including ray queueing and sending logic inspired by TACC GraviT.
Apache License 2.0
19 stars 9 forks source link

Implement GradientSampleVis #11

Closed dhrogers closed 5 years ago

dhrogers commented 5 years ago

Use example of IsoSampleVis and create a gradient sampler vis

dhrogers commented 5 years ago

Current implementation compares gradient angle changes over the ray increment to some defined threshold. It has been tested and it works on sample data.