Skip to content

Fix deprecation notices #7

@dchote

Description

@dchote

Rather than branch/revert/patch/pull request... ill just submit a ticket.

THREE.LinePieces has been deprecated.

var line = new THREE.Line(lineGeo, material, THREE.LinePieces);

becomes

var line = new THREE.LineSegments(lineGeo, material);

You can cherry pick from this commit: dchote/widget-3dviewer-rpi@18e6b4f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions