commit 55b71dd2840eccfab86182631d8acc2fdc3f6cfb
parent 792a62f36f4da8e21102af66df58d26819bbc7a4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 14 Nov 2018 10:27:15 +0100
Remove the draft of the CLI doc
Diffstat:
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/doc/cli.txt b/doc/cli.txt
@@ -1,21 +0,0 @@
-<image> ::= <imgopt>[:<imgopt> ... ]
-<camera> ::= <camopt>[:<camopt> ... ]
-
-<imgopt> ::= <definition>
- | <#samples>
-<definition> ::= def=INTEGERxINTEGER # default 32x32
-<#samples> ::= ssp=INTEGER # default 1
-
-<camopt> ::= <target>
- | <position>
- | <up>
- | <fov> # Vertical field of view, in degrees
-<target> ::= tgt=<float3>
-<position> ::= pos=<float3>
-<up> ::= up=<float3>
-<size> ::= sz=<float2>
-<fov> ::= fov=FLOAT # In degrees. In [30,120]
-
-<float3> ::= FLOAT,FLOAT,FLOAT
-<float2> ::= FLOAT,FLOAT
-<int2> ::= INTEGER