-
- Downloads
Finish up the fluid mapper implementation for VTK
Lots of minor changes to fit VTK style and testing. fixed an opengl issue where the fluidnormal texture was being queried before being activated. Changed the particle colors to use the pointdata scalars instead of a second input. Improve the CPU performance of the demo by reducing some computations that were not needed. Spelling fixes, switch to srgba colorspace add in environment mapping when IBL is On fix normal computation to use camera matrix Removed some of the last remaining hardcoded depths in the shaders. Moved the demo to a different file to make the test a bit easier to read.
Showing
- Rendering/OpenGL2/Testing/Cxx/TestFluidDemo.cxx 279 additions, 0 deletionsRendering/OpenGL2/Testing/Cxx/TestFluidDemo.cxx
- Rendering/OpenGL2/Testing/Cxx/TestFluidMapper.cxx 243 additions, 457 deletionsRendering/OpenGL2/Testing/Cxx/TestFluidMapper.cxx
- Rendering/OpenGL2/Testing/Data/Baseline/TestFluidMapper.png.sha512 1 addition, 0 deletions.../OpenGL2/Testing/Data/Baseline/TestFluidMapper.png.sha512
- Rendering/OpenGL2/Testing/Data/Baseline/TestFluidMapper_1.png.sha512 1 addition, 0 deletions...penGL2/Testing/Data/Baseline/TestFluidMapper_1.png.sha512
- Rendering/OpenGL2/ViewToZbufferConversion.txt 48 additions, 0 deletionsRendering/OpenGL2/ViewToZbufferConversion.txt
- Rendering/OpenGL2/glsl/vtkFluidMapperDepthFilterBiGaussFS.glsl 78 additions, 71 deletions...ring/OpenGL2/glsl/vtkFluidMapperDepthFilterBiGaussFS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperDepthFilterNarrowRangeFS.glsl 98 additions, 85 deletions.../OpenGL2/glsl/vtkFluidMapperDepthFilterNarrowRangeFS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperFS.glsl 50 additions, 47 deletionsRendering/OpenGL2/glsl/vtkFluidMapperFS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperFinalFS.glsl 108 additions, 127 deletionsRendering/OpenGL2/glsl/vtkFluidMapperFinalFS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperGS.glsl 0 additions, 2 deletionsRendering/OpenGL2/glsl/vtkFluidMapperGS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperSurfaceNormalFS.glsl 53 additions, 58 deletionsRendering/OpenGL2/glsl/vtkFluidMapperSurfaceNormalFS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperThicknessAndVolumeColorFilterFS.glsl 97 additions, 87 deletions...2/glsl/vtkFluidMapperThicknessAndVolumeColorFilterFS.glsl
- Rendering/OpenGL2/glsl/vtkFluidMapperVS.glsl 1 addition, 1 deletionRendering/OpenGL2/glsl/vtkFluidMapperVS.glsl
- Rendering/OpenGL2/vtkOpenGLFluidMapper.cxx 896 additions, 501 deletionsRendering/OpenGL2/vtkOpenGLFluidMapper.cxx
- Rendering/OpenGL2/vtkOpenGLFluidMapper.h 333 additions, 280 deletionsRendering/OpenGL2/vtkOpenGLFluidMapper.h
Loading
Please register or sign in to comment