Search Results for

    Show / Hide Table of Contents

    Interface IMeshBuilder

    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMeshBuilder

    Properties

    SupportsMetaData

    Declaration
    bool SupportsMetaData { get; }
    Property Value
    Type Description
    Boolean

    Methods

    AppendMetaData(String, Object)

    Declaration
    void AppendMetaData(string identifier, object data)
    Parameters
    Type Name Description
    String identifier
    Object data

    AppendNewMesh(DMesh3)

    Declaration
    int AppendNewMesh(DMesh3 existingMesh)
    Parameters
    Type Name Description
    DMesh3 existingMesh
    Returns
    Type Description
    Int32

    AppendNewMesh(Boolean, Boolean, Boolean, Boolean)

    Declaration
    int AppendNewMesh(bool bHaveVtxNormals, bool bHaveVtxColors, bool bHaveVtxUVs, bool bHaveFaceGroups)
    Parameters
    Type Name Description
    Boolean bHaveVtxNormals
    Boolean bHaveVtxColors
    Boolean bHaveVtxUVs
    Boolean bHaveFaceGroups
    Returns
    Type Description
    Int32

    AppendTriangle(Int32, Int32, Int32)

    Declaration
    int AppendTriangle(int i, int j, int k)
    Parameters
    Type Name Description
    Int32 i
    Int32 j
    Int32 k
    Returns
    Type Description
    Int32

    AppendTriangle(Int32, Int32, Int32, Int32)

    Declaration
    int AppendTriangle(int i, int j, int k, int g)
    Parameters
    Type Name Description
    Int32 i
    Int32 j
    Int32 k
    Int32 g
    Returns
    Type Description
    Int32

    AppendVertex(NewVertexInfo)

    Declaration
    int AppendVertex(NewVertexInfo info)
    Parameters
    Type Name Description
    NewVertexInfo info
    Returns
    Type Description
    Int32

    AppendVertex(Double, Double, Double)

    Declaration
    int AppendVertex(double x, double y, double z)
    Parameters
    Type Name Description
    Double x
    Double y
    Double z
    Returns
    Type Description
    Int32

    AssignMaterial(Int32, Int32)

    Declaration
    void AssignMaterial(int materialID, int meshID)
    Parameters
    Type Name Description
    Int32 materialID
    Int32 meshID

    BuildMaterial(GenericMaterial)

    Declaration
    int BuildMaterial(GenericMaterial m)
    Parameters
    Type Name Description
    GenericMaterial m
    Returns
    Type Description
    Int32

    SetActiveMesh(Int32)

    Declaration
    void SetActiveMesh(int id)
    Parameters
    Type Name Description
    Int32 id

    SetVertexUV(Int32, Vector2f)

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