I'm very glad that the cegui window all show normaly!!!
I'll share my code later, and welcome every one to give me some suggestions !
Search found 13 matches
- Fri Dec 23, 2011 11:48
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
- Replies: 7
- Views: 7256
- Wed Dec 21, 2011 13:19
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
- Replies: 7
- Views: 7256
Re: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
I have to do it by myself! And can you give some information?
- Mon Dec 19, 2011 03:21
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
- Replies: 7
- Views: 7256
Re: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
http://crayzedsgui.hg.sourceforge.net/h ... s/OpenGLES
I have read OpenGLES render,but it uses opengles1.1, not uses opengles2.0, so it doesn't use shader to render!
can CEGUI use opengles2.0 to render ?
Who can give me some suggestion?
I have read OpenGLES render,but it uses opengles1.1, not uses opengles2.0, so it doesn't use shader to render!
can CEGUI use opengles2.0 to render ?
Who can give me some suggestion?
- Sat Dec 17, 2011 09:35
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
- Replies: 7
- Views: 7256
Re: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
where can I find the new CEGUIOgreRenderer ?
Does the new CEGUIOgreRenderer use shader ???
Thanks very much
Does the new CEGUIOgreRenderer use shader ???
Thanks very much
- Sat Dec 17, 2011 03:36
- Forum: Modifications / Integrations / Customisations
- Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
- Replies: 7
- Views: 7256
CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
We have to use CEGUI0.7.2 and Ogre1.8 in our games. And the games are all in Android platform. Ogre1.8 in Android platform uses Opengl ES2.0 to render, so every geometry needs shader to render!!!. but the CEGUIOgreRenderer doesn't use any shader script. I have done much works in CEGUIOgreRenderer fo...
- Wed May 13, 2009 01:48
- Forum: Modifications / Integrations / Customisations
- Topic: Can I embed the IE window into the CEGUI Window??
- Replies: 5
- Views: 6776
Can I embed the IE window into the CEGUI Window??
Can I embed the IE window into the CEGUI Window??
If I can , how can I do?
Thank you!!
If I can , how can I do?
Thank you!!
- Mon Feb 09, 2009 01:47
- Forum: Modifications / Integrations / Customisations
- Topic: Can I use DirectX9 to render area of a rectangle ?
- Replies: 1
- Views: 2441
Can I use DirectX9 to render area of a rectangle ?
I am a game programmer. Now We want to render an area of rectangle on all small games to show text and pictures. the content is nothing to do with the games. For the games use different engines. the engines all render by D3D9 or OPENGL. So I cann't use CEGUI or OGRE to render the area of rectangle. ...
- Thu Feb 05, 2009 02:08
- Forum: Help
- Topic: why the cegui mouse cursor move delay
- Replies: 1
- Views: 2753
why the cegui mouse cursor move delay
This is my program to make the CEGUI mouse cursor move. POINT ms; GetCursorPos(&ms); CEGUI::Point mousePos = CEGUI::MouseCursor::getSingleto().getPosition(); CEGUI::System::getSingleton().injectMousePosition(ms.x,ms.y); It works well when there is not 3D Scene or 3D object. But if There is 3D sc...
- Wed Dec 31, 2008 01:16
- Forum: Modifications / Integrations / Customisations
- Topic: How can I use LUA to set chinese string in CEGUI
- Replies: 4
- Views: 5233
- Mon Dec 29, 2008 11:12
- Forum: Modifications / Integrations / Customisations
- Topic: How can I use LUA to set chinese string in CEGUI
- Replies: 4
- Views: 5233
How can I use LUA to set chinese string in CEGUI
I make CEGUI interface use Lua. and I need Set some chinese string in StaticText. for Example: cstrUIHelpWindowHelpText = "大家好" pWindow = winMgr:getWindow("Root/MainBgImage/TextBgImage/TextWindow") local myString2,myString = StringToUtf8(cstrUIHelpWindowHelpT...
- Sat Aug 09, 2008 01:47
- Forum: Help
- Topic: How can I make the CEGUI::StaticText multiline
- Replies: 3
- Views: 2725
- Fri Aug 08, 2008 15:30
- Forum: Help
- Topic: How can I make the CEGUI::StaticText multiline
- Replies: 3
- Views: 2725
How can I make the CEGUI::StaticText multiline
I has set the value of the "HorzFormatting" property to "WordWrapLeftAligned" But the StaticText show only one line too. And I see the "TextDemo" in the CEGUI, it sets the same value to "HorzFormatting" property. but it show multiline. How can I make the CEGUI...
- Mon Jul 07, 2008 01:31
- Forum: Help
- Topic: How to make the CEGUI::Statictext multiline
- Replies: 1
- Views: 2362
How to make the CEGUI::Statictext multiline
How to make the CEGUI::Statictext multiline
thank you very much
thank you very much