-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3D gaussians .splat reader #1248
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[TODO] Add tests:
- Add a .splat file with an app test
- Create a simple bitonic sort test (generate random numbers, upload to the gpu, run bitonic sort shader, download the result, check if the buffer is ordered)
done
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1248 +/- ##
==========================================
+ Coverage 96.51% 96.59% +0.08%
==========================================
Files 131 138 +7
Lines 8208 8441 +233
==========================================
+ Hits 7922 8154 +232
- Misses 286 287 +1 ☔ View full report in Codecov by Sentry. |
needs a rebase |
3a91f7e
to
a2043de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
after finishing the article about the bitonic sort in compute shader, I can said that is good to me (even if I write few comments :) )
library/VTKExtensions/Rendering/glsl/vtkF3DBitonicSortLocalSortCS.glsl
Outdated
Show resolved
Hide resolved
library/VTKExtensions/Rendering/glsl/vtkF3DBitonicSortLocalDisperseCS.glsl
Show resolved
Hide resolved
a2043de
to
75b7b69
Compare
bbc21db
to
4c49832
Compare
d90bbd6
to
dd1652c
Compare
@mwestphal please take another look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small changes needed
Gallery update maybe ? |
No description provided.