3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Работаем с UI 3DCoat в коде

Как добавлять меню по R-Click правильно

Краткое меню можно добавлять быстро, но для длинных простыней лучше задействовать событие WM_CREATECONTENT. Пример кода:

void buildMyRClickMenu( cPtrDiff w ) {
// создаём здесь поп-ап меню для `w`
}
BaseWidget* widget = PenInterface::Root->Find( name, true );
vpi_callback1( WM_CREATECONTENT, widget, buildMyRClickMenu, cPtrDiff( widget ) );
See Also
Видео от Шпагина 41:50