Skip to content

Commit 7c03300

Browse files
committed
🚐 update readme
1 parent de79910 commit 7c03300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Firstly, one need to download and extract the provided datasets. For loading dat
2929
Then, using program for rendering particle data is very straighforward.
3030

3131
### Textures
32-
Skybox textures and floor textures are loaded from disk automatically at launching time. Users can modify textures to their own in the Textures folder. Note that each skybox texture need to be put in a separate subfolder while all floor textures are put in the same folder.
32+
Skybox textures and floor textures are loaded from disk automatically at launching time. Users can modify textures to their own in the Textures folder. Note that each skybox texture needs to be put in a separate subfolder while all floor textures are put in the same folder.
3333

3434
### Data Format
3535

@@ -60,7 +60,7 @@ Next (4 x 9 x numParticles) bytes: array of 3x3 matrices (anisotropic kernels)
6060
```
6161

6262

63-
**SolidFrame/frame.%4d.pos** files contain triangle mesh objects, which have the following format:
63+
**SolidFrame/frame.%4d.pos** files contain triangle mesh objects in the following format:
6464
```
6565
BYTE 0-3(unsigned int): number of meshes
6666
For each mesh i in numMeshes:

0 commit comments

Comments
 (0)