Skip to content

Commit 5fc1fc7

Browse files
committed
Updated readme for mesh
1 parent fbd2169 commit 5fc1fc7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,21 @@ When calculating the inverse dynamics, if force plates are used, this tag dispat
418418
Warning: this tag MUST be added to a segment that has a translation and/or a rotation (i.e. that possesses at least one degree of freedom). Otherwise, it will simply be ignored
419419

420420
##### meshfile or ply
421-
The path of the meshing `.bioBone` or `.ply` file respectively. It can be relative to the current running folder or absolute (relative being preferred) and UNIX or Windows formatted (`/` vs `\\`, UNIX being preferred).
421+
The path of the meshing `.bioBone`, `.ply`, `.stl` file respectively. It can be relative to the current running folder or absolute (relative being preferred) and UNIX or Windows formatted (`/` vs `\\`, UNIX being preferred).
422422

423423
##### mesh
424424
If the mesh is not written in a file, it can be written directly in the segment. If so, the `mesh` tag stands for the vertex. Therefore, there are as many `mesh` tags as vertex. It waits for $3$ values being the position relative to reference of the segment.
425425

426+
##### meshcolor
427+
The color of the segment mesh given in RGV values `[0, 1]`. Default is `0.89, 0.855, 0.788`, that is bone color-ish.
428+
429+
##### meshscale
430+
The scaling to apply to the provided mesh, given in `X Y Z` values. Default is `1 1 1`.
431+
432+
##### meshrt
433+
The RT to apply to the provided mesh, given in `RX RY RZ seq TX TY TZ` as for RT. The default value is `0 0 0 xyz 0 0 0`.
434+
435+
426436
##### patch
427437
The patches to define the orientation of the patches of the mesh. It waits for $3$ values being the $0-based$ of the index of the vertex defined by the `mesh`.
428438

0 commit comments

Comments
 (0)