RosaryMala / armok-vision

A 3d realtime visualizer for Dwarf Fortress
MIT License
319 stars 27 forks source link

Added nest box Mesh #44

Closed clickworkorange closed 7 years ago

RosaryMala commented 7 years ago

Your alpha map is the wrong format. It needs to be white where the texture is opaque, and black where it's transparent.

Also, the metallic map shouldn't be following the alpha map, since that can lead to funny looking artifacts. Just have a flat block of color where the grille is.

It's also not necessary to put the gradient into the grille color, because the reflections are added in-game.

I'll pull this as-is, and made the changes myself, but this is something to keep in mind.

clickworkorange commented 7 years ago

Ok, many thanks for the info, very helpful! I've taken your comments wrt size, and a pre/de-constructed version of the mesh (IKEA style) on board, and I now also see how I can improve the mapping - expect an updated version in the next 24h. I really need to get the meshes to display inside AV first though - otherwise it's all too much guesswork!

clickworkorange commented 7 years ago

Should I be providing an AO map as well? I see that many of your meshes have this... I might need to start baking AO, and maybe normals too.

clickworkorange commented 7 years ago

Oh and it should probably be rotated by 90 degress clockwise on the Z axis...