Search found 14 matches
- Tue Apr 10, 2012 06:24
- Forum: Help
- Topic: how the CEGUI determine the projection matrix
- Replies: 1
- Views: 1433
how the CEGUI determine the projection matrix
void OpenGLRenderTarget::updateMatrix() const { const double w = d_area.getWidth(); const double h = d_area.getHeight(); const double aspect = w / h; const double midx = w * 0.5; const double midy = h * 0.5; d_viewDistance = midx / (aspect * d_yfov_tan); glMatrixMode(GL_PROJECTION); glPushMatrix();...
- Mon Apr 09, 2012 09:53
- Forum: Modifications / Integrations / Customisations
- Topic: about draw layer in CEGUI
- Replies: 1
- Views: 4479
about draw layer in CEGUI
What is the concept of this in CEGUI?
- Sat Apr 07, 2012 09:19
- Forum: Help
- Topic: how to custom the shape of my widgets?
- Replies: 8
- Views: 5954
Re: how to custom the shape of my widgets?
no,actually,i want to create a irregular shape of my widget
- Sat Apr 07, 2012 01:40
- Forum: Help
- Topic: how can i elminate the caret of a editbox
- Replies: 0
- Views: 2656
- Fri Apr 06, 2012 17:53
- Forum: Help
- Topic: simple question
- Replies: 8
- Views: 5595
Re: simple question
No,briefly,i want to group some scores text display window in a panel manually,and show the panel somewhere in the window so,what is my panel widget??? -------------------------window-------------------------------- | | | | | | | | | |---------------panel-----| | | | score1 score2 | | | |-----------...
- Fri Apr 06, 2012 16:00
- Forum: Help
- Topic: simple question
- Replies: 8
- Views: 5595
Re: simple question
Ok,so what about what i want to group some scores display widgets,what do i use?framewindow is the only option?Is there something like panel as parent window??
- Fri Apr 06, 2012 13:56
- Forum: Help
- Topic: how to custom the shape of my widgets?
- Replies: 8
- Views: 5954
Re: how to custom the shape of my widgets?
no,what i mean ,take an example,i want circle shape button,not the rectangle
- Fri Apr 06, 2012 12:54
- Forum: Help
- Topic: how to custom the shape of my widgets?
- Replies: 8
- Views: 5954
Re: how to custom the shape of my widgets?
Don't understand u,can u detail it?I want to customize the shape of widgets not the looknfeel~
- Fri Apr 06, 2012 12:52
- Forum: Help
- Topic: simple question
- Replies: 8
- Views: 5595
simple question
Hi,i am new to cegui and GUI in games,so,if i want widget to diplay the scores of my player,what kind of widget in CEGUI do i use???
What about title text of this scores?Thanks~
What about title text of this scores?Thanks~
- Tue Apr 03, 2012 09:28
- Forum: Help
- Topic: how to custom the shape of my widgets?
- Replies: 8
- Views: 5954
how to custom the shape of my widgets?
As topic,Thanks
- Thu Mar 08, 2012 17:04
- Forum: Help
- Topic: how to resize the window
- Replies: 6
- Views: 5374
Re: how to resize the window
So,i am still waiting someone to offer a solution of this problem~~~
- Mon Mar 05, 2012 15:40
- Forum: Help
- Topic: how to resize the window
- Replies: 6
- Views: 5374
Re: how to resize the window
I use CEGUI+OGRE+OIS in windows system,So,who did solve it already??
- Mon Mar 05, 2012 12:39
- Forum: Help
- Topic: how to resize the window
- Replies: 6
- Views: 5374
Re: how to resize the window
well,thank u,it works,however,it seems that some delay when i reszie my widnow?How can i work it out?
- Mon Mar 05, 2012 03:07
- Forum: Help
- Topic: how to resize the window
- Replies: 6
- Views: 5374
how to resize the window
Hi,guys!
I am a beginner to CEGUI,so,i use OIS+OGRE+CEGUI to test CEGUI,and i add a frame window to my app,when i resize my window,why didnt the frame window resize and reposition?How do i do that????THANKS~
I am a beginner to CEGUI,so,i use OIS+OGRE+CEGUI to test CEGUI,and i add a frame window to my app,when i resize my window,why didnt the frame window resize and reposition?How do i do that????THANKS~