class ARFeaturePointRenderer (Niantic.ARDK.Extensions.ARFeaturePointRenderer)

Overview

A helper script that visualizes feature points. More…

class ARFeaturePointRenderer: MonoBehaviour {
public:
    // fields

    GameObject FeaturePointsObjectPf;
    int MaxFeaturePoints;
};

Detailed Documentation

A helper script that visualizes feature points.

A sample class that can be added to a scene to visual feature points found in each frame. On each frame, the list of current feature points will be queried, and the first ‘MaxFeaturePoints’ amount will be instantiated into the scene.

Fields

GameObject FeaturePointsObjectPf

The object used to represent the feature points.