Skip to content
This repository was archived by the owner on Feb 13, 2026. It is now read-only.
This repository was archived by the owner on Feb 13, 2026. It is now read-only.

Possible Error in part 2 ? #4

@MichalRymarski

Description

@MichalRymarski

The last step is adding :

// Visualize depth points.
depthRenderer.update(points);
depthRenderer.draw(camera);

to onDrawFrame() but variable points dont exist in that scope. Since points are supposed to be a FloatBuffer I used DepthData.create(Frame frame , Anchor anchor) , but the tutorial doesnt specify anything about that.
Did I skip something or is the codelab missing something ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions