You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: splashsurf/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
Surface reconstruction library and CLI for particle data from SPH simulations, written in Rust.
9
9
10
10
<palign="center">
11
-
<imgsrc="example_particles.png"alt="Image of the original particle data"width="32%"> <imgsrc="example_coarse.png"alt="Image of a coarse reconstructed surface mesh"width="32%"> <imgsrc="example_fine.png"alt="Image of a fine reconstructed surface mesh"width="32%">
11
+
<imgsrc="https://raw.githubusercontent.com/w1th0utnam3/splashsurf/master/example_particles.png"alt="Image of the original particle data"width="32%"> <imgsrc="https://raw.githubusercontent.com/w1th0utnam3/splashsurf/master/example_coarse.png"alt="Image of a coarse reconstructed surface mesh"width="32%"> <imgsrc="https://raw.githubusercontent.com/w1th0utnam3/splashsurf/master/example_fine.png"alt="Image of a fine reconstructed surface mesh"width="32%">
12
12
</p>
13
13
14
14
`splashsurf` is a tool to reconstruct surfaces meshes from SPH particle data.
@@ -30,7 +30,8 @@ The result might look something like this (please excuse the lack of 3D renderin
30
30
-[Notes](#notes)
31
31
-[Installation](#installation)
32
32
-[Usage](#usage)
33
-
-[Basic usage](#basic-usage)
33
+
-[Recommended settings](#recommended-settings)
34
+
-[Benchmark example](#benchmark-example)
34
35
-[Sequences of files](#sequences-of-files)
35
36
-[Input file formats](#input-file-formats)
36
37
-[VTK](#vtk)
@@ -187,7 +188,7 @@ Files with the "`.json`" extension are interpreted as serializations of a `Vec<[
187
188
188
189
## Output file formats
189
190
190
-
Currently, only VTK files are supported for output.
191
+
Currently, only VTK and OBJ formats are supported to store the reconstructed surface meshes.
191
192
192
193
## All command line options
193
194
@@ -285,7 +286,7 @@ OPTIONS:
285
286
286
287
### The `convert` subcommand
287
288
288
-
Allows conversion between particle file formats and between mesh file formats. For particles `VTK, BGEO, PLY, XYZ, JSON -> VTK, PLY`
289
+
Allows conversion between particle file formats and between mesh file formats. For particles `VTK, BGEO, PLY, XYZ, JSON -> VTK`
289
290
is supported. For meshes only `VTK, PLY -> OBJ` is supported.
0 commit comments