Вопрос Render or Initialize Models in main menu (Draw Any Model)

Пользователь
Пользователь
Статус
Оффлайн
Регистрация
18 Май 2020
Сообщения
188
Реакции
71
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
 

Вложения

  • Sem título.png
    Sem título.png
    245.9 KB · Просмотры: 200
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Draw some models and set rendering in ImGui ?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
C++:
Expand Collapse Copy
//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
bro, i'm think that is dont seriously but i will say to u somethings
Пожалуйста, авторизуйтесь для просмотра ссылки.
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
 
Назад
Сверху Снизу