A viewer for Ogre Mesh and Materials.
Intended for programmers, in order to inspect their models, full of features and nearly no usability...
Ogre thread
ps1: Cegui is really great and impressive Work, Bravo !
ps2: Fell in love the Marti Skin, nice !
ps3 : No, don't look at that ugly "list as tree" widget hack.
Ogre CeguiMeshViewer (Falagard + Marti)
Moderators: CEGUI MVP, CEGUI Team
- tuan kuranes
- Just popping in
- Posts: 15
- Joined: Thu Mar 16, 2006 17:05
- Location: Grenoble, France
- Contact:
Re: Ogre CeguiMeshViewer (Falagard + Marti)
Nice. Is it possible to make the window resizeable?
- martignasse
- Just can't stay away
- Posts: 227
- Joined: Thu Apr 14, 2005 08:10
- Location: Lyon, FRANCE
- tuan kuranes
- Just popping in
- Posts: 15
- Joined: Thu Mar 16, 2006 17:05
- Location: Grenoble, France
- Contact:
@baxissimo: both windows are resizable.
@martignasse: Didn't made any changes, was pretty complete as is.
Only problem is indeed Tab button sizing itself vertically... which is perhaps a cegui problem.
I should have a "gui usability rethinking" session before adding anything.
Only planned things is to add some buttons in inmageset (usual set of save/open/etc...), but in a separate imageset.
Thanks for offer !
@martignasse: Didn't made any changes, was pretty complete as is.
Only problem is indeed Tab button sizing itself vertically... which is perhaps a cegui problem.
I should have a "gui usability rethinking" session before adding anything.
Only planned things is to add some buttons in inmageset (usual set of save/open/etc...), but in a separate imageset.
Thanks for offer !
tuan kuranes wrote:@baxissimo: both windows are resizable.
Not sure what you're talking about, but I'm talking about the window frame inside which your whole program lives. It seems to be a fixed resolution. It captures the mouse first of all so you can't get outside the program's frame, but even if you alt-tab away (on Windows) to escape from that mouse grabbing behavior the window's frame is still not resizeable.
Anyway, I don't think it's easy, and that's why I was asking. Even if you don't grab the mouse, and make the frame resizeable, the default resize behavior is to stretch everything out, which may be fine for a game, but, I hope you will agree, it's just not the way any sane desktop app should work.
I'd like to see it become easier to get desktop-app like behavior out of CEGUI and Ogre both. That will be a big help to everyone who wants to write mesh viewers, mesh editors, modelers, etc with CEGUI and Ogre.
- tuan kuranes
- Just popping in
- Posts: 15
- Joined: Thu Mar 16, 2006 17:05
- Location: Grenoble, France
- Contact:
@baxissimo: sorry misunderstood.
Ok, sorry, so yes, that's a problem, and that can be overriden, setting cooperative mode on mouse in ogre platfom_manager, and handling "resize" event, which basically mean (under DX at least), unload entire scene and reload it once resized. On OpenGL, you can just change rendertarget size.
So it's possible and not that much work, but if you aim at "become easier to get desktop-app like behavior", then what you must do is a framework, Linux and Win32 compatible that handle this , then each tools maker would use that framework.
If you want to make one, I can help you (Ogre people too, try to ask for interest in a ogre post).
I think there's A Ogre wiki page about handling win32 events, don't know about Linux, and DX9 resize events had been discussed many times on forums, don't know about particular doc.
Ok, sorry, so yes, that's a problem, and that can be overriden, setting cooperative mode on mouse in ogre platfom_manager, and handling "resize" event, which basically mean (under DX at least), unload entire scene and reload it once resized. On OpenGL, you can just change rendertarget size.
So it's possible and not that much work, but if you aim at "become easier to get desktop-app like behavior", then what you must do is a framework, Linux and Win32 compatible that handle this , then each tools maker would use that framework.
If you want to make one, I can help you (Ogre people too, try to ask for interest in a ogre post).
I think there's A Ogre wiki page about handling win32 events, don't know about Linux, and DX9 resize events had been discussed many times on forums, don't know about particular doc.
- martignasse
- Just can't stay away
- Posts: 227
- Joined: Thu Apr 14, 2005 08:10
- Location: Lyon, FRANCE
yep, there is essentialy to bad things in the way tab widget is mad for now.Only problem is indeed Tab button sizing itself vertically... which is perhaps a cegui problem.
The height of button tab are proportionnal from the whole widget height.
The image mapping isn't very flexible to make different look.
it's why i askedI should have a "gui usability rethinking" session before adding anything.
Only planned things is to add some buttons in inmageset (usual set of save/open/etc...), but in a separate imageset.
Can be a good time to polish things (if you plan to use the marti skin in future, of course).
speaking about icons, i have some i wanted to use especialy with the marti skin, here it is (basicly from xnview, if i remenber)
Use it if you want, i have a psd file if you need.
In any case, keep up the good work
- tuan kuranes
- Just popping in
- Posts: 15
- Joined: Thu Mar 16, 2006 17:05
- Location: Grenoble, France
- Contact:
- martignasse
- Just can't stay away
- Posts: 227
- Joined: Thu Apr 14, 2005 08:10
- Location: Lyon, FRANCE
Who is online
Users browsing this forum: No registered users and 4 guests