Skip to content

Commit

Permalink
Deploying to gh-pages from @ d5f3e17 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Oct 16, 2024
1 parent 030d8e2 commit f1e4a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtkext/private/module/vtkF3DOpenGLGridMapper.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void vtkF3DOpenGLGridMapper::ReplaceShaderValues(
" float alpha = min(linewidth, 1.0);\n"
" float d = dist - lw;\n"
" return d < .0 ? alpha\n"
" : d < aa ? pow((1.0 - d / aa) * alpha, 3)\n"
" : d < aa ? pow((1.0 - d / aa) * alpha, 3.0)\n"
" : 0.0;\n"
"}\n"
);
Expand Down
Binary file modified web/f3d.wasm
Binary file not shown.

0 comments on commit f1e4a47

Please sign in to comment.