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

Geometries Linq parallel throws on magic leap #12

Description

@FrozenKiwi

I had to comment out the following to get the magic leap running

    public static List<IGeometry> LoadGeometries(this BFast bfast)
        => bfast.Buffers
            //.AsParallel().AsOrdered() <-- this line throws
            .Select(b => G3D.Create(b).ToIGeometry())

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