Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / DXUtils Class / GetRichSmoothTriangleData Method / GetRichSmoothTriangleData(IList<Point3D>,IList<Vector3D>,IList<PointF>,IList<IndexTriangle>) Method

In This Topic
    GetRichSmoothTriangleData(IList<Point3D>,IList<Vector3D>,IList<PointF>,IList<IndexTriangle>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetRichSmoothTriangleData( _
       ByVal vertices As IList(Of Point3D), _
       ByVal normals As IList(Of Vector3D), _
       ByVal texCoords As IList(Of PointF), _
       ByVal triangles As IList(Of IndexTriangle) _
    ) As Single()
    public static float[] GetRichSmoothTriangleData( 
       IList<Point3D> vertices,
       IList<Vector3D> normals,
       IList<PointF> texCoords,
       IList<IndexTriangle> triangles
    )

    Parameters

    vertices
    normals
    texCoords
    triangles
    See Also