arma:texturing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arma:texturing [2008/06/29 09:30] – added editing_alpha_channel link snakeman | arma:texturing [2024/08/01 14:50] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Texturing ====== | + | ====== |
+ | |||
+ | [[https:// | ||
+ | |||
+ | **ArmA 1** aka Armed Assault (ArmA) | ||
For texturing you can use things such as Adobe Photoshop, Paint Shop Pro, Gimp or virtually any paint program. | For texturing you can use things such as Adobe Photoshop, Paint Shop Pro, Gimp or virtually any paint program. | ||
Line 5: | Line 9: | ||
You should use the [[arma: | You should use the [[arma: | ||
- | **Panda[PL]** said in [[http:// | + | **Panda[PL]** said: No, don't use different textures for each LOD. In ArmA if texture is not needed in high resolution anymore (because of distance or low frame rate) the engine automatically scales it down in memory (drops out every one in two pixels, that's why all textures need to have dimensions of powers of two). On the other hand loading a texture from HDD or from ram into the video memory is performance consuming and will cause FPS drops. So use the same texture for every LOD and let ArmA worry about it. |
+ | |||
+ | **Ohara (BIS dev)** said: Drop of FPS in vegetation is caused by overdraw, it means that graphic card is not able to draw so many pixels that scene needs. When GC draw scene, it automatically cut hidden pixels, BUT only if this pixels are not alpha transparent. Vegetation is buildup from polygons with some opacity textures, so this cutting (early Z test on HW) not work here. There is no simple solution, better performance will be with low shading detail settings (simplified pixel shader), but overdraw is still there. Also using of worst LODs will not help so match, because less polygons means worst tree shape approximation and final surface (what is most important for overdraw reduction) will be similar. We are still working on some research in this area.\\ | ||
+ | He concluded more (which really doesn' | ||
- | **Ohara (BIS dev)** said in [[http:// | ||
- | He concluded more (which really doesn' | ||
====== Overview ====== | ====== Overview ====== | ||
Line 15: | Line 20: | ||
You can use [[arma: | You can use [[arma: | ||
+ | |||
====== Specular Maps ====== | ====== Specular Maps ====== | ||
More details on specular maps read [[arma: | More details on specular maps read [[arma: | ||
+ | |||
====== Normal Maps ====== | ====== Normal Maps ====== | ||
More details on normal maps read [[arma: | More details on normal maps read [[arma: | ||
+ | |||
+ | |||
+ | ====== Those _AS textures ====== | ||
+ | |||
+ | Those _AS textures are what store the shadows information of models. For example if you edit a soldier model, remove its helmet you are left with the chin strap shadow in the soldiers face, how to remove it? Well the shadow is located in the _AS texture. | ||
+ | |||
+ | |||
+ | ===== How to create _AS textures? ===== | ||
+ | |||
+ | Its very simple, just load your _CO texture with Texview2 and choose Save As... and give it < | ||
+ | |||
====== Merging Textures ====== | ====== Merging Textures ====== | ||
Merging textures in O2 is possible, read [[arma: | Merging textures in O2 is possible, read [[arma: | ||
+ | |||
+ | |||
+ | ====== Road Texturing ====== | ||
+ | |||
+ | How to texture roads and built the rvmat files, read about it in [[arma: | ||
+ | |||
+ | |||
+ | ====== RVMAT ====== | ||
+ | |||
+ | RVMAT files are the ones that control many aspects of normal and specular maps, they are critical on any texturing in ArmA. More details in dedicated [[arma: | ||
Line 39: | Line 67: | ||
[[arma: | [[arma: | ||
- | How to create | + | [[arma:texturing: |
+ | |||
+ | How to create [[arma: | ||
+ | |||
+ | [[arma: | ||
+ | |||
+ | How to create [[arma: | ||
+ | |||
+ | [[arma: | ||
+ | |||
+ | |||
+ | ====== Wound Textures ====== | ||
+ | |||
+ | How to create soldier [[arma: |
arma/texturing.1214731845.txt.gz · Last modified: 2008/06/29 09:30 (external edit)