Search Results for

    Show / Hide Table of Contents

    Interface IDeformableMesh

    Inherited Members
    IMesh.TriangleCount
    IMesh.MaxTriangleID
    IMesh.HasVertexUVs
    IMesh.GetVertexUV(Int32)
    IMesh.GetVertexAll(Int32)
    IMesh.HasTriangleGroups
    IMesh.GetTriangle(Int32)
    IMesh.GetTriangleGroup(Int32)
    IMesh.IsTriangle(Int32)
    IMesh.TriangleIndices()
    IPointSet.VertexCount
    IPointSet.MaxVertexID
    IPointSet.HasVertexNormals
    IPointSet.HasVertexColors
    IPointSet.GetVertex(Int32)
    IPointSet.GetVertexNormal(Int32)
    IPointSet.GetVertexColor(Int32)
    IPointSet.IsVertex(Int32)
    IPointSet.VertexIndices()
    IPointSet.Timestamp
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IDeformableMesh : IMesh, IPointSet

    Methods

    SetVertex(Int32, Vector3d)

    Declaration
    void SetVertex(int vID, Vector3d vNewPos)
    Parameters
    Type Name Description
    Int32 vID
    Vector3d vNewPos

    SetVertexNormal(Int32, Vector3f)

    Declaration
    void SetVertexNormal(int vid, Vector3f vNewNormal)
    Parameters
    Type Name Description
    Int32 vid
    Vector3f vNewNormal

    SetVertexUV(Int32, Vector2f)

    Declaration
    void SetVertexUV(int i, Vector2f uv)
    Parameters
    Type Name Description
    Int32 i
    Vector2f uv
    In This Article
    Back to top ViRGIS VR GIS