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

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

Вложения

Забаненный
Статус
Оффлайн
Регистрация
21 Фев 2019
Сообщения
238
Реакции[?]
211
Поинты[?]
1K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Draw some models and set rendering in ImGui ?
 
Забаненный
Статус
Оффлайн
Регистрация
21 Фев 2019
Сообщения
238
Реакции[?]
211
Поинты[?]
1K
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Пользователь
Статус
Оффлайн
Регистрация
18 Май 2020
Сообщения
188
Реакции[?]
71
Поинты[?]
0
C++:
//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
 
Эксперт
Статус
Оффлайн
Регистрация
30 Дек 2019
Сообщения
1,967
Реакции[?]
958
Поинты[?]
19K
Сверху Снизу