Skip to content

Commit

Permalink
Merge with origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Youva committed Dec 17, 2024
2 parents 9a0e21e + e002875 commit 70ec237
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions application/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ f3d_test(NAME TestVTM DATA mb.vtm UI)
f3d_test(NAME TestVTK DATA cow.vtk)
f3d_test(NAME TestNRRD DATA beach.nrrd ARGS -s)
f3d_test(NAME TestSPLAT DATA small.splat ARGS -osy --up=-Y --point-sprites-size=1)
f3d_test(NAME TestQuakeMDL DATA glaunch.mdl)
f3d_test(NAME TestGridX DATA suzanne.ply ARGS -g --up=+X)
f3d_test(NAME TestGridY DATA suzanne.ply ARGS -g --up=+Y)
f3d_test(NAME TestGridZ DATA suzanne.ply ARGS -g --up=+Z)
Expand Down
3 changes: 1 addition & 2 deletions plugins/alembic/module/vtkF3DAlembicReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
#ifndef vtkF3DAlembicReader_h
#define vtkF3DAlembicReader_h

#include <memory>
#include <vtkNew.h>
#include <vtkPolyDataAlgorithm.h>
#include <vtkVersion.h>

#include <memory>

class vtkF3DAlembicReader : public vtkPolyDataAlgorithm
{
public:
Expand Down
2 changes: 1 addition & 1 deletion plugins/native/configs/config.d/10_native.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"grid": false,
"anti-aliasing": false,
"translucency-support": false
},
}
},
{
"match": ".*(mdl)",
Expand Down

0 comments on commit 70ec237

Please sign in to comment.