Search found 13 matches

by finezwx
Fri Dec 23, 2011 11:48
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
Replies: 7
Views: 6733

Re: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0

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 !
by finezwx
Wed Dec 21, 2011 13:19
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
Replies: 7
Views: 6733

Re: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0

I have to do it by myself! And can you give some information?
by finezwx
Mon Dec 19, 2011 03:21
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
Replies: 7
Views: 6733

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?
by finezwx
Sat Dec 17, 2011 09:35
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
Replies: 7
Views: 6733

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
by finezwx
Sat Dec 17, 2011 03:36
Forum: Modifications / Integrations / Customisations
Topic: CEGUI 0.7.2 + Ogre1.8 + Opengl ES2.0
Replies: 7
Views: 6733

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...
by finezwx
Wed May 13, 2009 01:48
Forum: Modifications / Integrations / Customisations
Topic: Can I embed the IE window into the CEGUI Window??
Replies: 5
Views: 6082

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!!
by finezwx
Mon Feb 09, 2009 01:47
Forum: Modifications / Integrations / Customisations
Topic: Can I use DirectX9 to render area of a rectangle ?
Replies: 1
Views: 2236

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. ...
by finezwx
Thu Feb 05, 2009 02:08
Forum: Help
Topic: why the cegui mouse cursor move delay
Replies: 1
Views: 2628

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...
by finezwx
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: 4711

thank you very much.
and I have take a try, It worked for me.

I didn't use msn. and this is my QQ:173683327
by finezwx
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: 4711

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...
by finezwx
Sat Aug 09, 2008 01:47
Forum: Help
Topic: How can I make the CEGUI::StaticText multiline
Replies: 3
Views: 2502

I have downloaded CELayoutEditor and try the same.
But the StaticText only shows one line in the CELayoutEditor.

Now I must have set the StaticText multiline. How can I do?
by finezwx
Fri Aug 08, 2008 15:30
Forum: Help
Topic: How can I make the CEGUI::StaticText multiline
Replies: 3
Views: 2502

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...
by finezwx
Mon Jul 07, 2008 01:31
Forum: Help
Topic: How to make the CEGUI::Statictext multiline
Replies: 1
Views: 2213

How to make the CEGUI::Statictext multiline

How to make the CEGUI::Statictext multiline
thank you very much

Go to advanced search