Skip to content
Snippets Groups Projects
Commit 00530ec4 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: runTimePostProcessing - added option to draw axes

Examle usage:

    // Optional axes dictionary
    // Note: axes not vivible by default for backwards compatility
    axes
    {
        visible         yes;
        colour          (0 0 0);
        fontColour      (0.7 0.7 0.7);
        fontSize        30;
        lengthFactor    0.2;
    }
parent f8a8c546
  • Hi @andy, the feedback received from usage is good, however we would need functionality to relocate the axis to something in visible area (instead of default origin) according to camera orientation. Can you please add this feature?

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment