update documentation

This commit is contained in:
Leon van Kammen 2023-03-30 15:57:58 +02:00
parent 6491ae7a74
commit e2a5eb5229
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# URI Value types # URI Value types
| type | info | format | example | | type | info | format | example |
|------|------|-------------------------------------------| |------|------|--------|----------------------------------|
|vector| x,y,z| comma-separated | #pos=1,2,3 | |vector| x,y,z| comma-separated | #pos=1,2,3 |
|string| color| FFFFFF (hex) | #fog=5m,FFAACC | |string| color| FFFFFF (hex) | #fog=5m,FFAACC |
|string| | | #q=-sun | |string| | | #q=-sun |

View file

@ -6,7 +6,7 @@ package xrfragment;
// # URI Value types // # URI Value types
// //
// | type | info | format | example | // | type | info | format | example |
class Value { // |------|------|-------------------------------------------| class Value { // |------|------|--------|----------------------------------|
public var x:Float; // |vector| x,y,z| comma-separated | #pos=1,2,3 | public var x:Float; // |vector| x,y,z| comma-separated | #pos=1,2,3 |
public var y:Float; // public var y:Float; //
public var z:Float; // public var z:Float; //