Show / Hide Table of Contents

    Class Visualizer4

    Base class for custom visualizer

    public abstract class Visualizer4 : MonoBehaviour4, IVisualizer
    Namespace Engine4.Rendering
    Implements IVisualizer
    Inheritance
    System.Object
    MonoBehaviour4
    Visualizer4
    ParticleExtended4
    SolidExtended4

    Constructors

    Visualizer4()

    protected Visualizer4()

    Properties

    WorkingSimplexCase

    Is this visualizer supports given simplex case?

    public abstract SimplexMode WorkingSimplexCase { get; }

    Methods

    Clear(Mesh)

    Tell to clear the buffer

    public abstract void Clear(Mesh m)

    End(Mesh, VertexProfiles)

    Marks the end of the visualizing function

    public abstract void End(Mesh m, VertexProfiles profile)

    Initialize(Buffer3)

    Marks the beginning of the visualizing function

    public abstract void Initialize(Buffer3 helper)

    Render(Vector4[], Int32)

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

    public abstract void Render(Vector4[] buffer, int count)

    Render(VertexProfile[], Int32)

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

    public abstract void Render(VertexProfile[] buffer, int count)

    Implements

    IVisualizer
    ▲ Copyright © 2017 Wello Soft