I finally got CEGUI to render the same stuff that is in the demo, however as soon as I try to render so much as my own quad, the UI doesn't render, only my quad. It's one or the other, but never both.
I am rendering the UI last of course, and not using any alpha or any textures. Is there anything I should be doing or not be doing?
Any renderstates in my device I should be setting?
I am using the DX9 renderer.
I got the gui rendering, but only when I don't draw my own s
Moderators: CEGUI MVP, CEGUI Team
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: I got the gui rendering, but only when I don't draw my o
Most render states are set in DirectX9Renderer::initPerFrameStates, though it is highly likely that there are some missing. Depending upon what settings your app uses when rendering geometry, something is probably being missed.
If you do discover which state it is before I can, I would be very grateful for the help
CE.
If you do discover which state it is before I can, I would be very grateful for the help
CE.
Re: I got the gui rendering, but only when I don't draw my o
Yes I found it. You forgot to disable CULLing. Just disable it and it works fine (in my case) since my app had enabled it.
- CrazyEddie
- CEGUI Project Lead
- Posts: 6760
- Joined: Wed Jan 12, 2005 12:06
- Location: England
- Contact:
Re: I got the gui rendering, but only when I don't draw my o
Cool. I'll get this added over the weekend
CE
CE
Return to “Modifications / Integrations / Customisations”
Who is online
Users browsing this forum: No registered users and 8 guests