From ec1d79745bf1351fa0a35328b5f30c422aede47b Mon Sep 17 00:00:00 2001 From: Kyle Baker Date: Wed, 25 Aug 2021 15:03:21 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f262c3..658bd85 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ bare minimum makes for the lighest tick, producing the purest readings possible ### no targets improves performance ```html - + ``` ### custom targets @@ -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: { From 610d7967b15c25c263443c7276a7c36582039586 Mon Sep 17 00:00:00 2001 From: Kyle Baker Date: Wed, 25 Aug 2021 15:05:48 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 658bd85..2ad3e6b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ See fps, raf, triangles, draw cals, points, etc. counts live while in VR. Also m I've wanted this for a while, but I googled, found this, and then found a library that used to do what I wanted 5 years ago (and hadn't been touched since) in an older version of A-Frame. I've spent some time--arguably too much time--almost completely rewriting it, improving it, making it faster, lighter, and adding features. -You can access it through jsdelivr's cdn here: https://cdn.jsdelivr.net/gh/kylebakerio/vr-super-stats@1.4.1/vr-super-stats.js +You can access it through jsdelivr's cdn here: https://cdn.jsdelivr.net/gh/kylebakerio/vr-super-stats@1.4.2/vr-super-stats.js ![vr-super-stats](https://user-images.githubusercontent.com/6391152/130007970-a512c190-0a4e-4f0d-8c40-0d8e1e9e58e8.png) ![orange](https://user-images.githubusercontent.com/6391152/130179324-d68f276d-1ccf-4f7c-90fc-1a872bb4fe61.png) @@ -44,13 +44,13 @@ You can access it through jsdelivr's cdn here: https://cdn.jsdelivr.net/gh/kyleb #### Browser -Install and use by directly including the [browser file](https://cdn.jsdelivr.net/gh/kylebakerio/vr-super-stats@1.4.1/vr-super-stats.js): +Install and use by directly including the [browser file](https://cdn.jsdelivr.net/gh/kylebakerio/vr-super-stats@1.4.2/vr-super-stats.js): ```html My A-Frame Scene - +