Author Topic: Texture Blending  (Read 1647 times)

0 Members and 1 Guest are viewing this topic.

Offline Styxx

  • 211
    • Hard Light Productions
Ok, I don't know if anyone already suggested this, so please excuse me if it has already been discussed... But, considering we have a lot of new texturing modes (glow, spec, env), what would be the likelyhood of adding Texture Blending to the mix? This would basically work by having, say, three or four textures for a mesh, where one of the textures specifies the intensity of the others for blending. This is basically the best way to do terrain rendering, but it would also be really good to allow a more seamless integration of tiled maps. The same technique could be used for Detail Maps, something I know Bobboau was already experimenting with...

The only real difficuly here would be to add another mapping channel to the mesh, as I don't know how that could be integrated to the POF data structure, or to the converters.

Comments? And you guys who actually know the code, how hard would this be? And I guess there's one specifically for Kazan too: how hard would it be to add the new mapping channel to the converter? I don't know how Truespace works with these things.
Probably away. Contact through email.

 

Offline Flipside

  • əp!sd!l£
  • 212
I can see a .fot file format appearing at this rate (Freespace Open Texture) ;)

That'd be quite handy, but then theres the pain of converting it back and forth etc :(

As for texture blending, I'll leave that into the hands of better brains than mine ;)

Edit : That brings another thought... for another thread though ;)
« Last Edit: July 27, 2004, 08:50:08 am by 394 »

 

Offline Styxx

  • 211
    • Hard Light Productions
I'm willing to do some work on a MAX to POF converter (or an intermediate format that can be used by PCS). Right now it would have to be an intermediate format because I can only work with Maxscript, but I'll try to find some time to look into the MAX plugin SDK.
Probably away. Contact through email.

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Quote
Originally posted by Styxx
I'm willing to do some work on a MAX to POF converter (or an intermediate format that can be used by PCS). Right now it would have to be an intermediate format because I can only work with Maxscript, but I'll try to find some time to look into the MAX plugin SDK.
That would be pretty cool. :)

 

Offline Flipside

  • əp!sd!l£
  • 212
Hmmmmmm... That'd be awesome! I wonder if DaveB could help you there at all? iirc the original Freespace ship creation tool used by :V: was a 3DS plugin they had written themselves?

 

Offline Styxx

  • 211
    • Hard Light Productions
I don't think Dave can help out on that, if they could release the plugins they would have done so when the code was made public.
Probably away. Contact through email.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
I have often wondered why they didn't
and we do use texture blending, but it's more on glowmaps than anything else, spec mapping would require a lot of specal caseing
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Styxx

  • 211
    • Hard Light Productions
Yes, but what I mean is have a separate map, using a separate channel, to define the intensity of blending of two (or more) textures which themselves use the same mapping channel. So you can blend between two tiled textures, for example.
Probably away. Contact through email.