Search Results for

    Show / Hide Table of Contents

    Class PlyImport

    Imports a .ply file as a ParticleData Object

    Adapted from https://github.com/leon196/PointCloudExporter/blob/master/Assets/Scripts/SimpleImporter.cs

    Inheritance
    Object
    PlyImport
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Virgis
    Assembly: cs.temp.dll.dll
    Syntax
    public class PlyImport

    Methods

    Load(String, Int32)

    Declaration
    public Task<ParticleData> Load(string filePath, int maximumVertex = 10000000)
    Parameters
    Type Name Description
    String filePath
    Int32 maximumVertex
    Returns
    Type Description
    Task<ParticleData>
    In This Article
    Back to top ViRGIS VR GIS