vtk-m/vtkm/rendering/raytracing
Kenneth Moreland 893f3115f2 Fix precision warnings when FloatDefault is 64 bit
When VTKm_USE_DOUBLE_PRECISION is on (not the default), then
vtkm::FloatDefault is set to 64 bit values. There was some code that was
coded for 32 bit and never checked for 64 bit (on all compilers).
2016-08-26 09:33:37 -06:00
..
BoundingVolumeHierarchy.h Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
Camera.h Did a chmod on these files that had the execute bit set. 2016-08-24 13:08:23 -04:00
CMakeLists.txt Fixing typo in CMakeLists 2016-05-18 16:38:15 -07:00
Ray.h Fix multiple warnings about unused params and precision loss 2016-05-19 17:15:06 -06:00
RayTracer.h Pass Fields and CoordinateSystems to Dispatcher::Invoke 2016-08-05 15:26:17 -04:00
RayTracingTypeDefs.h Ray Tracer 2016-05-17 22:13:36 -07:00
TriangleIntersector.h Fix warnings about out of order member initialization 2016-05-19 17:27:16 -06:00
VolumeRendererStructured.h Fix precision warnings when FloatDefault is 64 bit 2016-08-26 09:33:37 -06:00
Worklets.h Add missing copyright headers. 2016-03-28 11:16:35 -04:00