Search Results for

    Show / Hide Table of Contents

    Class ParticleData

    Class for holding PointCloud data as a Particle cloud

    Note - this extends FeatureCollection. This is a hack to allow typing. this type WILL NOT SAVE succesfully to GeoJSON as a FeatureCollection

    Inheritance
    Object
    ParticleData
    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 ParticleData

    Fields

    bounds

    Declaration
    public Bounds bounds
    Field Value
    Type Description
    Bounds

    colors

    Declaration
    public List<Color32> colors
    Field Value
    Type Description
    List<Color32>

    normals

    Declaration
    public List<Vector3> normals
    Field Value
    Type Description
    List<Vector3>

    vertexCount

    Declaration
    public int vertexCount
    Field Value
    Type Description
    Int32

    vertices

    Declaration
    public List<Vector3> vertices
    Field Value
    Type Description
    List<Vector3>
    In This Article
    Back to top ViRGIS VR GIS