Show statistics
Description
When you set the ShowStatistics property on the ARSCNView to true, then statistic information about the scene is shown at the bottom of the app when running.
This information includes the fps (frames per second), the node count (diamond) and polycount (triangle). As well as the amount and type of work that is happening in each frame.
If you are noticing performance issues in your augmented reality app, enabling this may help you diagnose the issue.
Video
No video yet
Code
Next Step : Place cube in scene
After you have mastered this you should try Place cube in scene