repo: hackvr-turbo action: commit revision: path_from: revision_from: 96bd2f3c67b84b65edda50c0283652ce93dd7151: path_to: revision_to:
commit 96bd2f3c67b84b65edda50c0283652ce93dd7151 Author: Felix (xq) QueißnerDate: Thu Jun 25 11:09:50 2020 +0200 Fixes in the SPEC diff --git a/SPEC.md b/SPEC.md
--- a/SPEC.md +++ b/SPEC.md @@ -34,22 +34,22 @@ Everything after a `#` in a line is considered a comment and will be ignored by ### `[groupspec] renamegroup group` -### `[groupspec] status +### `[groupspec] status` **deprecated** Just outputs a variable that is supposed to be loops per second.` -### `[groupspec] dump +### `[groupspec] dump` Tries to let you output the various things that can be set.` -### `[groupspec] quit +### `[groupspec] quit` Closes hackvr only if the id that is doing it is the same as yours.` ### `[groupspec] set` ### `[groupspec] physics` -### `[groupspec] control grou* +### `[groupspec] control grou*` > Globbing this group could have fun effects ### `[groupspec] addshape color N x1 y1 z1 ... xN yN zN` @@ -62,10 +62,10 @@ Closes hackvr only if the id that is doing it is the same as yours.` ### `[groupspec] rotate [+]x [+]y [+]z` -### `[groupspec] periodic -Flushes out locally-cached movement and rotation` +### `[groupspec] periodic` +Flushes out locally-cached movement and rotation -### `[groupspec] flatten +### `[groupspec] flatten` combines group attributes to the shapes. ### `[groupspec] move [+]x [+]y [+]z` @@ -83,4 +83,9 @@ when a group is clicked on using the name set from the command line. usually `$U ## Changes - Encoding is assumed UTF-8 -- Max. line length excluding the `\n` is 1024 bytes \ No newline at end of file +- Max. line length excluding the `\n` is 1024 bytes + +## TODO + +- Define coordinate system +- Define relative coordinate system for "forward/backward/…" \ No newline at end of file
-----END OF PAGE-----