struct hiro::draw::NormalsStyle

Overview

Normal vector rendering stylization. More…

#include <ElementRenderer.h>

struct NormalsStyle {
    // fields

    cogs::Color3f color = cogs::color::BLACK;
    float length = 0.1f;
};

Detailed Documentation

Normal vector rendering stylization.

Fields

cogs::Color3f color = cogs::color::BLACK

Color of the normal vector tip.

float length = 0.1f

Length of the normal vector.