Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Destranix authored Nov 18, 2023
1 parent 5c6481f commit 49b1574
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ BOOLEAN [name(string] <data>
STRING [name(string] <data>
VALUE [name(string] <data>
```
Special attributes:
* The attribute `P` has a special meaning. It is used as position for the points. It must have the properties `VECTOR P 3 VALUE`.
* The attribute `IDX` has a special meaning. It may be used for indexing the points, allowing unsorted and sparse data storage. All indices must be non-negative. It must have the properties `INT IDX`.

The attribute `P` has a special meaning. It is used as position for the points. It must have the properties `VECTOR P 3 VALUE`.
The attribute `IDX` has a special meaning. It may be used for indexing the points, allowing unsorted and sparse data storage. All indices must be non-negative. It must have the properties `INT IDX`.
In a sequence of files it is allowed that only some have the `IDX` attribute while others have not. When not present it is assumed the points are provided in order starting with index 0.
In a sequence of files it is allowed that only some have the `IDX` attribute while others have not. When not present it is assumed the points are provided in order starting with index 0.

As an example a file may look like this:
```
Expand Down

0 comments on commit 49b1574

Please sign in to comment.