Page 29 of 37

Re: Random wip 2012+

Posted: 04 Aug 2012, 07:08
by WombatTheUnstoppable
SMALL CARS ARE BACK! <3

Re: Random wip 2012+

Posted: 05 Aug 2012, 13:50
by scifi
looks nice on seths ravine, it has a texture 2 aplyed, i havent aplyed the normal map yet
Image

Re: Random wip 2012+

Posted: 05 Aug 2012, 14:19
by Pressure Line
Imo the roof tiles need to be larger, so that they stay visible as a 'tile' pattern as you zoom out. Also the specular/reflection map making *everything* polished/shiny looks a bit odd. Otherwise lookin good!

*edit* regarding the reflectivity:
Pressure Line wrote:Only gripe is reflectivity. More specifically the overuse of, imo reflectivity should be used to highlight any bare metal parts.

Image

If you will notice the strut housings and the springs are caked in dirt and dust, and although they are shiny (but not really reflective) if you clean them there is MAJOR contrast to the cylinder itself which is shiny and smooth by virtue of being self oiling/cleaning. Moving along with the car analogies, think about classic American cars and the acres of chrome on them. If the whole car was that reflective there wouldn't really be any point in having the chrome trim, because it wouldn't stand out against the car.

Just my thoughts on the issue, take them or leave them :)

Re: Random wip 2012+

Posted: 05 Aug 2012, 18:10
by smoth
Pl, while I do agree his intensity is too high, many things in life have various gradations of specular. Even human skin.

Re: Random wip 2012+

Posted: 05 Aug 2012, 18:26
by Pressure Line
ofc everything has some specularity, but that building has spec/reflect like it's just been polished to a high shine. Whereas the main texture looks like weathered stone.
smoth wrote:various gradations of specular.
also important, the spec/ref doesnt appear to have any gradation, it's just blanketed across the entire surface, which ruins the effect imo.

Re: Random wip 2012+

Posted: 06 Aug 2012, 10:12
by Beherith
Pressure Line wrote: also important, the spec/ref doesnt appear to have any gradation, it's just blanketed across the entire surface, which ruins the effect imo.
This!

S3o rendering does not separate specular and reflectivity, and you have no control over the specular exponent. This can still be made to work, the easiest way is to modulate (multiply blend in photoshop) the reflectivity channel with the b&w color of the diffuse texture.

Re: Random wip 2012+

Posted: 06 Aug 2012, 10:52
by Pressure Line
Beherith wrote:S3o rendering does not separate specular and reflectivity
While that is technically true, you can modify the standard s3o shader to use the blue tex channel for specular instead of having it share the green channel with reflectivity. Its a 1 or 2 line change.

Agree with the rest.

Re: Random wip 2012+

Posted: 06 Aug 2012, 11:44
by FLOZi
That should be made the default, there's no need to 'save' a channel anymore, rendering extras (e.g. normalmapping etc) will be done via lua

Re: Random wip 2012+

Posted: 06 Aug 2012, 14:05
by smoth
I don't agree flozi we can override the default if we need to, I feel it should stay that way

Re: Random wip 2012+

Posted: 06 Aug 2012, 14:12
by FLOZi
smoth wrote:I don't agree flozi we can override the default if we need to, I feel it should stay that way
Why? Backwards compat with existing content? (in which case, change the default and those requiring BC can edit the shader)

Re: Random wip 2012+

Posted: 06 Aug 2012, 14:25
by smoth
Because it would require all old models have their texture2 updated. For maps with features already included they would have to be updated as well.

If it was a per model basis that would be one thing but 100s of textures would have to be updated beyond just the project's assets

Re: Random wip 2012+

Posted: 06 Aug 2012, 14:55
by FLOZi
Pretty sure I already answered that, with the exception of maps. How many features are properly texture-2'd?

Re: Random wip 2012+

Posted: 06 Aug 2012, 15:01
by smoth
Don't see where you answered that.

Dunno, you want me to go count? Because I don't wanna do that. Considering all features would lose specular or reflective we are talking global downgrade in appearances.

Re: Random wip 2012+

Posted: 06 Aug 2012, 15:11
by FLOZi
0. It will ideally change some time.

1. Change default to separated specular and reflection - all new content is created to this standard, the problem doesn't grow any larger.

2. Games that want / require backwards compatibility can edit the shaders *back* to how they were. This is just the reverse of what we have now.

3. 'all features' is ridiculous, nowhere near all models even have a texture2, nevermind a well constructed one. And this is negated by #2 anyway, games that are bothered about it can use the old way if they think it will give them better map visuals.

Re: Random wip 2012+

Posted: 06 Aug 2012, 23:48
by smoth
FLOZi wrote:0. It will ideally change some time.
or we will move to a different better shader system which allows us to specify material shader on a per model level..
FLOZi wrote:1. Change default to separated specular and reflection - all new content is created to this standard, the problem doesn't grow any larger.
We have TONS of people generating content now.
FLOZi wrote:2. Games that want / require backwards compatibility can edit the shaders *back* to how they were. This is just the reverse of what we have now.
the inverse is also true flozi.
FLOZi wrote:3. 'all features' is ridiculous, nowhere near all models even have a texture2, nevermind a well constructed one. And this is negated by #2 anyway, games that are bothered about it can use the old way if they think it will give them better map visuals.
many of them do use a texture 2 if only one that applies a blanket specular/glow.

Re: Random wip 2012+

Posted: 07 Aug 2012, 00:36
by FLOZi
smoth wrote:
FLOZi wrote:0. It will ideally change some time.
or we will move to a different better shader system which allows us to specify material shader on a per model level..
Years away. At best.
smoth wrote:
FLOZi wrote:1. Change default to separated specular and reflection - all new content is created to this standard, the problem doesn't grow any larger.
We have TONS of people generating content now.
Which is why it should be changed asap.
smoth wrote:
FLOZi wrote:2. Games that want / require backwards compatibility can edit the shaders *back* to how they were. This is just the reverse of what we have now.
the inverse is also true flozi.
But it's not, because of spreading the contagion!
smoth wrote:
FLOZi wrote:3. 'all features' is ridiculous, nowhere near all models even have a texture2, nevermind a well constructed one. And this is negated by #2 anyway, games that are bothered about it can use the old way if they think it will give them better map visuals.
many of them do use a texture 2 if only one that applies a blanket specular/glow.
And doing away with blanket specular/reflection (as criticised in the above model!) will probably only make things look better... :P

Re: Random wip 2012+

Posted: 07 Aug 2012, 01:26
by smoth
FLOZi wrote:Years away. At best.
maybe, what about jk's shader stuff?
FLOZi wrote:
smoth wrote: We have TONS of people generating content now.
Which is why it should be changed asap.
that was sarcasm
FLOZi wrote:But it's not, because of spreading the contagion!
what contagen? no one is making anything.
FLOZi wrote:And doing away with blanket specular/reflection (as criticised in the above model!) will probably only make things look better... :P
You would only do away with half of it.

keep in mind, I have no dog in this fight, I am just discussing the merits/negatives.

Re: Random wip 2012+

Posted: 07 Aug 2012, 10:21
by FLOZi
I thought TONS of people sounded a little.. overenthusiastic :lol:

Re: Random wip 2012+

Posted: 07 Aug 2012, 11:10
by Pressure Line
Less talking, MOAR ARTZ!!!

Image

Re: Random wip 2012+

Posted: 07 Aug 2012, 16:42
by PicassoCT
I like the middle one.. very thoughtfull to store the toilettpaper there where it is needed- meaning were enemys might having troublz.