Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
ВопросRender or Initialize Models in main menu (Draw Any Model)
Hello, i'm trying to initialize a model in main menu like somes p2cs
I can easily render an model in game but i can't render in main game menu
How i can do that?
Codes or just informations are welcome
//ImGui::SetNextWindowSize(228, 1488); To set size your render ImGui menu
ImGui::Begin
{
//Your code that you want to use for rendering in the ImGui window
}
ImGui::End
//ImGui::SetNextWindowSize(228, 1488); To set size your render ImGui menu
ImGui::Begin
{
//Your code that you want to use for rendering in the ImGui window
}
ImGui::End
I can only render this on VGui panels, so i think i can't render imgui menu in MatSystemTopPanel.
And i don't want to render it on imgui i just want to initialize client in main menu
Hello, i'm trying to initialize a model in main menu like somes p2cs
I can easily render an model in game but i can't render in main game menu
How i can do that?
Codes or just informations are welcome