Search Results for

    Show / Hide Table of Contents

    Class SetVerticesMeshChange

    Mesh change for full-mesh vertex deformations - more efficient than ModifyVerticesMeshChange. Note that this does not enforce that vertex count does not change!

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

    Constructors

    SetVerticesMeshChange()

    Declaration
    public SetVerticesMeshChange()

    Fields

    NewColors

    Declaration
    public DVector<float> NewColors
    Field Value
    Type Description
    DVector<Single>

    NewNormals

    Declaration
    public DVector<float> NewNormals
    Field Value
    Type Description
    DVector<Single>

    NewPositions

    Declaration
    public DVector<double> NewPositions
    Field Value
    Type Description
    DVector<Double>

    NewUVs

    Declaration
    public DVector<float> NewUVs
    Field Value
    Type Description
    DVector<Single>

    OldColors

    Declaration
    public DVector<float> OldColors
    Field Value
    Type Description
    DVector<Single>

    OldNormals

    Declaration
    public DVector<float> OldNormals
    Field Value
    Type Description
    DVector<Single>

    OldPositions

    Declaration
    public DVector<double> OldPositions
    Field Value
    Type Description
    DVector<Double>

    OldUVs

    Declaration
    public DVector<float> OldUVs
    Field Value
    Type Description
    DVector<Single>

    OnApplyF

    Declaration
    public Action<SetVerticesMeshChange> OnApplyF
    Field Value
    Type Description
    Action<SetVerticesMeshChange>

    OnRevertF

    Declaration
    public Action<SetVerticesMeshChange> OnRevertF
    Field Value
    Type Description
    Action<SetVerticesMeshChange>

    Methods

    Apply(DMesh3)

    Declaration
    public void Apply(DMesh3 mesh)
    Parameters
    Type Name Description
    DMesh3 mesh

    Revert(DMesh3)

    Declaration
    public void Revert(DMesh3 mesh)
    Parameters
    Type Name Description
    DMesh3 mesh
    In This Article
    Back to top ViRGIS VR GIS