Skip to content

Commit a7f4cb8

Browse files
authored
Update README.md
1 parent b18a47a commit a7f4cb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,8 @@ All methods return a promise with the result.
195195
| `snapshot` | | | Take a screenshot (will save to Photo Library) |
196196
| `snapshotCamera` | | Take a screenshot without 3d models (will save to Photo Library) |
197197
| `getCameraPosition` | | Get the current position of the `ARCamera` |
198-
| `getCurrentLightEstimation` | | Get current light estimation `{ ambientColorTemperature, ambientIntensity}`
199-
| `getCurrentDetectedFeaturePoints` | | Get current detected feature points (in last current frame) (array)
200-
198+
| `getCurrentLightEstimation` | | Get current light estimation `{ ambientColorTemperature, ambientIntensity}` |
199+
| `getCurrentDetectedFeaturePoints` | | Get current detected feature points (in last current frame) (array) |
201200
| `focusScene` | | Sets the scene's position/rotation to where it was when first rendered (but now relative to your device's current position/rotation) |
202201
| `hitTestPlanes` | point, type | check if a plane has ben hit by point (`{x,y}`) with detection type (any of `ARKit.ARHitTestResultType`). See https://developer.apple.com/documentation/arkit/arhittestresulttype?language=objc for further information |
203202
| `hitTestSceneObjects` | point | check if a scene object has ben hit by point (`{x,y}`) |

0 commit comments

Comments
 (0)