-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does ogre-meshviewer have a way to set the rendersystem and its options #17
Comments
The config dialog is disabled in ogre-python on linux to avoid pulling in Xaw. This was not an issue so far, as the snap package comes with Xaw enabled. However, it would be more sane to port the config dialog to ImGui for multiple reasons. I had that on my mind for a while, but took this chance to create an issue for it now: OGRECave/ogre#3025 Anyway, the config file is at |
OK, I'm trying to implement a simple dialog on ImGui to create this. But I'm stumped on a ver simple thing:
I don't understand how to pass arguments to ImGui::Combo and there aren't any examples of that. |
yeah.. this one is not properly wrapped. BeginCombo()/EndCombo() might work for you meanwhile. ocornut/imgui#1658 |
actually, wrapping while BeginCombo()/EndCombo() already works and seems cleaner too. So I would leave it at that. |
Yes, I'm using Thanks! |
Hello,
I wasnt able to set the Rendersystem and its options from ogre-meshviewer.
I have to manually edit the config file whose location I don't know.
I'm not sure if the default ogre config dialog is shown at some point, but it is not showing for me.
The text was updated successfully, but these errors were encountered: