Show / Hide Table of Contents

    Interface IVisualizer

    Inteface to the visualizer

    public interface IVisualizer

    Properties

    WorkingSimplexCase

    Is this visualizer supports given simplex case?

    SimplexMode WorkingSimplexCase { get; }

    Methods

    Clear(Mesh)

    Tell to clear the buffer

    void Clear(Mesh m)

    End(Mesh, VertexProfiles)

    Marks the end of the visualizing function

    void End(Mesh m, VertexProfiles profile)

    Initialize(Buffer3)

    Marks the beginning of the visualizing function

    void Initialize(Buffer3 helper)

    Render(Vector4[], Int32)

    Per-simplex visualize method Assume Vector4[] is Vector3[] with w = 0 each

    void Render(Vector4[] buffer, int count)

    Render(VertexProfile[], Int32)

    Per-simplex profile visualize method

    void Render(VertexProfile[] buffer, int count)
    ▲ Copyright © 2017 Wello Soft