mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
Features: - VSPAERO v3.0 - Panel method, batch runs, control surfaces, much more - Improved VSPAERO integration - One-Axis Kinematic Joint (Hinge/Slider) - Group Transformation/Scale -- Thanks Alex Gary - 2D AutoCad Export of feature lines Bug Fixes: - Change to Geom type name lookup instead of type ID number - Fix Python API - Fix VarPresets API to built-in scripting PR: 212131 Submitted by: maintainer
35 lines
1.4 KiB
Text
35 lines
1.4 KiB
Text
--- src/vsp_aero/viewer/viewerUI.fl.orig 2016-08-21 15:22:39 UTC
|
|
+++ src/vsp_aero/viewer/viewerUI.fl
|
|
@@ -324,28 +324,28 @@ glviewer->redraw();}
|
|
CL = new ContourLevelUserInterface;
|
|
CL->show(glviewer);}
|
|
xywh {10 10 100 20} divider
|
|
- code0 {\#include "ContourLevel.H"}
|
|
+ code0 {\#include "ContourLevel.h"}
|
|
}
|
|
MenuItem OptionsMenuUseSmoothFunctionShading {
|
|
label {Use Smooth Function Shading}
|
|
callback {glviewer->DrawSmoothFunctionsWasPicked();
|
|
glviewer->redraw();}
|
|
xywh {40 40 100 20} type Toggle divider
|
|
- code0 {\#include "ContourLevel.H"}
|
|
+ code0 {\#include "ContourLevel.h"}
|
|
}
|
|
MenuItem OptionsMenuUseFlatShading {
|
|
label {Use Flat Shading}
|
|
callback {glviewer->DrawFlatShadedWasPicked();
|
|
glviewer->redraw();}
|
|
xywh {40 40 100 20} type Toggle divider
|
|
- code0 {\#include "ContourLevel.H"}
|
|
+ code0 {\#include "ContourLevel.h"}
|
|
}
|
|
MenuItem OptionsMenuDrawWakesToInfinity {
|
|
label {Draw Wakes To Infinity}
|
|
callback {glviewer->DrawWakesToInfinityWasPicked();
|
|
glviewer->redraw();}
|
|
xywh {50 50 100 20} type Toggle divider
|
|
- code0 {\#include "ContourLevel.H"}
|
|
+ code0 {\#include "ContourLevel.h"}
|
|
}
|
|
}
|
|
Fl_Button KeyboardControlInfoButton {
|