Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit 27c60af

Browse files
updated docs
1 parent 3e2e076 commit 27c60af

File tree

5 files changed

+153
-152
lines changed

5 files changed

+153
-152
lines changed

doc/RFC_XR_Fragments.html

+5
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,11 @@ <h1 id="xr-fragment-filters">XR Fragment filters</h1>
10001000
<td><code>#-price&amp;price=&gt;10</code></td>
10011001
<td>hide all objects with property <code>price</code>, then only show object with price above 10</td>
10021002
</tr>
1003+
1004+
<tr>
1005+
<td><code>#-house*</code></td>
1006+
<td>hide <code>house</code> object and everything inside (=<code>*</code>)</td>
1007+
</tr>
10031008
</tbody>
10041009
</table>
10051010
<p>It&rsquo;s simple but powerful syntax which allows filtering the scene using searchengine prompt-style feeling:</p>

doc/RFC_XR_Fragments.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,9 @@ Include, exclude, hide/shows objects using space-separated strings:
588588
| example | outcome |
589589
|----------------------------------|------------------------------------------------------------------------------------|
590590
| `#-sky` | show everything except object named `sky` |
591-
| `#-language&english` | hide everything with tag `language`, but show all tag `english` objects |
591+
| `#-language&english` | hide everything with tag `language`, but show all tag `english` objects |
592592
| `#-price&price=>10` | hide all objects with property `price`, then only show object with price above 10 |
593+
| `#-house*` | hide `house` object and everything inside (=`*`) |
593594

594595
It's simple but powerful syntax which allows filtering the scene using searchengine prompt-style feeling:
595596

0 commit comments

Comments
 (0)