Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebakerio authored Aug 25, 2021
1 parent fce0072 commit ec1d797
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ bare minimum makes for the lighest tick, producing the purest readings possible
### no targets
improves performance
```html
<a-scene vr-super-stats="targetmax:{};targetmin:{}"></a-scene>
<a-scene vr-super-stats="notargets:true;"></a-scene>
```

### custom targets
Expand Down Expand Up @@ -211,6 +211,9 @@ Or, see the examples in this repo.
stringify: JSON.stringify
},


notargets: { type: "boolean", default: false }, // use to remove targets

// thrown in are some sane defaults. This library is written/expects all stats to be given in lowercase everywhere, they will be uppercased as needed.
// note that you can only have one or the other defined for a given property; for performance, only one will be checked per property. to maximize performance, set no targets.
targetmax: {
Expand Down

0 comments on commit ec1d797

Please sign in to comment.