Page 9 of 13

Re: Structure Improvement

Posted: 07 Jun 2010, 21:49
by MaNGusT
Colditz wrote:What's about the progress of the implementation of normal mapping and smoothing groups, anyway?
It is frozen on the idea stage . :(

Re: Structure Improvement

Posted: 08 Jun 2010, 11:53
by Roux Le Corps
these buildings look great! cant help but think the borg factory hasn't changed all that much, looks good but they should get an update ^_^

Re: Structure Improvement

Posted: 08 Jun 2010, 15:35
by Jorzi
Unfortunately we cannot be sure about the normal map implementation, but with our hipoly=>lowpoly workflow, we can bake anything available into the texture. That way our models will be able to support everything that is implemented and still look good even with primitive shading.

Re: Structure Improvement

Posted: 08 Jun 2010, 23:42
by Colditz
Its one of the most important ways to improve graphics of WZ2100. If I spend my time on recreating the assets for WZ2100, there should be some efforts to change the game code or file format to accept these assets. Otherwise it's demotivating.

Re: Structure Improvement

Posted: 09 Jun 2010, 10:24
by MaNGusT
Colditz wrote:Its one of the most important ways to improve graphics of WZ2100. If I spend my time on recreating the assets for WZ2100, there should be some efforts to change the game code or file format to accept these assets. Otherwise it's demotivating.
I completely agree with you and I believe that when all models and textures will be completely redesigned devs will add the normal, specular textures support. They just don't have enough manpower but I still think that at least 1 of devs should work on improving the graphic engine! :)
Yes, it is good when an artist can test his works in game to be sure that it looks good in game too but we still don't have this possibility. :(

Re: Structure Improvement

Posted: 09 Jun 2010, 22:21
by Colditz
well, ... slightly inspired by old warzone 2100 artworks and heavy wip.

Re: Structure Improvement

Posted: 10 Jun 2010, 00:17
by Roux Le Corps
thats a spicy VTOL factory right there ^_^

doors don't fit it though :\

Re: Structure Improvement

Posted: 10 Jun 2010, 05:52
by Crymson
MaNGusT wrote:
Colditz wrote:Its one of the most important ways to improve graphics of WZ2100. If I spend my time on recreating the assets for WZ2100, there should be some efforts to change the game code or file format to accept these assets. Otherwise it's demotivating.
I completely agree with you and I believe that when all models and textures will be completely redesigned devs will add the normal, specular textures support. They just don't have enough manpower but I still think that at least 1 of devs should work on improving the graphic engine! :)
Yes, it is good when an artist can test his works in game to be sure that it looks good in game too but we still don't have this possibility. :(
Are you guys shooting for higher requirements than openGL 2.1 for those features?
Are we sure that 3.0 will use openGL 2.1, as is shown here http://developer.wz2100.net/milestone/3.0 ?
Would GLSL be OK to use to implement normal & specular mapping ? I don't see any guidelines about this at all, so people have no clue on what is going on. :(

From the svn logs, it looks like only Gerard and iNod are the graphics devs and they both haven't been around for a very long time, and no forums posts from either of them in ages.
From the past few months, only Per, Cybersphinx and Zarel have been doing some work, but nothing graphics related.

Re: Structure Improvement

Posted: 10 Jun 2010, 11:26
by Jorzi
Normal and specular maps should work with opengl 2.0 or higher, I think.
In blender you can easily access them by turning on GLSL materials in the 3d view.
Same goes for texture masks.

Re: Structure Improvement

Posted: 10 Jun 2010, 12:58
by MaNGusT
Colditz wrote:well, ... slightly inspired by old warzone 2100 artworks and heavy wip.
Doors should be merged, i think, to fit the units size or redesign them.

Re: Structure Improvement

Posted: 10 Jun 2010, 13:16
by Jorzi
Yeah, the doors will propably be a bit problematic, or you'll have to make three separate models... Isn't that how they were done in the first place?

Re: Structure Improvement

Posted: 10 Jun 2010, 15:09
by cybersphinx
Crymson wrote:Are we sure that 3.0 will use openGL 2.1, as is shown here http://developer.wz2100.net/milestone/3.0 ?
Would GLSL be OK to use to implement normal & specular mapping ? I don't see any guidelines about this at all, so people have no clue on what is going on. :(
Current trunk runs on OpenGL 1.5 systems, and can use shaders for the team masks, with a fallback for systems that don't have those. With that it runs on Mesa (the Linux open source 3D drivers), and I at least would appreciate if it stayed that way.

For any of the roadmap things, those are usually written months in advance. (And most milestones in tickets are set by the reporter...)

Re: Structure Improvement

Posted: 10 Jun 2010, 17:40
by Colditz
Jorzi wrote:Yeah, the doors will propably be a bit problematic, or you'll have to make three separate models... Isn't that how they were done in the first place?
True, the factory modules are three different separate models.I already got an idea for the doors.

They weren't finished on my picture, anyway.

Re: Structure Improvement

Posted: 12 Jun 2010, 10:25
by Zarel
Crymson wrote:Are you guys shooting for higher requirements than openGL 2.1 for those features?
Are we sure that 3.0 will use openGL 2.1, as is shown here http://developer.wz2100.net/milestone/3.0 ?
Would GLSL be OK to use to implement normal & specular mapping ? I don't see any guidelines about this at all, so people have no clue on what is going on. :(
As far as I know, 3.0 still has a minimum OpenGL requirement of 1.4 (thanks, i-NoD!) but uses some OpenGL 2.0 features when available. You'd have to ask i-NoD for details.
Crymson wrote:From the svn logs, it looks like only Gerard and iNod are the graphics devs and they both haven't been around for a very long time, and no forums posts from either of them in ages.
From the past few months, only Per, Cybersphinx and Zarel have been doing some work, but nothing graphics related.
cybersphinx knows some graphics stuff, and I think Per might as well. You'd have to ask them, though.

We are indeed planning on adding support for normal mapping in the future. Some of our other developers come and go, and even if none of our core developers implement it, someone new might come along...

Re: Structure Improvement

Posted: 12 Jun 2010, 11:03
by MaNGusT
Also, I know that I-NoD had started to test a specular mapping feature. :-)