User Tools

Site Tools


arma:texturing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
arma:texturing [2010-07-12 08:56]
snakeman changed new bis forum link.
arma:texturing [2017-01-21 19:21]
snakeman switched to editing-alpha-channel link.
Line 5: Line 5:
 You should use the [[arma:​texturing:​texture_naming_rules|ArmA Texture Naming Rules]] always when texturing. You should use the [[arma:​texturing:​texture_naming_rules|ArmA Texture Naming Rules]] always when texturing.
  
-**Panda[PL]** said in [[http://​forums.bistudio.com/​showthread.php?​t=61322|BIS forums]]: 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.+**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 in [[http://​forums.bistudio.com/​showthread.php?​t=61396|BIS forums]]: 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.\\+**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'​t help us ArmA modders): Yes, we found solution how to reduce overdraw about 25%, but this solution need different representation of tree surfaces and vertexes (different model and binarisation of this model and different way, how to switch vegetation LOD'​s). So it'​s ​ not usable for current vegetation data and will be used in next projects. Alpha textures mean also masked textures (that is 1bit transparency or opacity if you want and we use them). He concluded more (which really doesn'​t help us ArmA modders): Yes, we found solution how to reduce overdraw about 25%, but this solution need different representation of tree surfaces and vertexes (different model and binarisation of this model and different way, how to switch vegetation LOD'​s). So it'​s ​ not usable for current vegetation data and will be used in next projects. Alpha textures mean also masked textures (that is 1bit transparency or opacity if you want and we use them).
  
Line 63: Line 63:
 [[arma:​texturing:​reskin_tut|Reskinning Tutorial]] by granQ. [[arma:​texturing:​reskin_tut|Reskinning Tutorial]] by granQ.
  
-How to create ​[[:editing_alpha_channel|Alpha Channel]] for your texture.+[[arma:texturing:​editing-alpha-channel|Editing ​Alpha Channel]] for your texture.
  
 How to create [[arma:​texturing:​mud_texture_tut|Mud Textures]] by DaSquade. How to create [[arma:​texturing:​mud_texture_tut|Mud Textures]] by DaSquade.
arma/texturing.txt ยท Last modified: 2017-01-21 19:21 by snakeman