July 15, 20169 yr If you restrict the max texture size defined in P3D, say you employ 1024 as max, but you still have some 4096 textures on the plane or scenery, they automatically get down-sampled to the max size, but ANY usage of the common anti-aliasing methods means up-sampling - at the same time. But isn't the amount of AA up-sampling just dependent on the level of AA chosen and as such is independent of the max texture size defined in P3D? gb. YSSY. Win 10, [email protected], Corsair H115i Cooler, RTX 4070Ti, 32GB G.Skill Trident Z F4-3200, Samsung 960 EVO M.2 256GB, ASUS Maximus VIII Ranger, Corsair HX850i 850W, Thermaltake Core X31 Case, Samsung 4K 65" TV.
July 15, 20169 yr But isn't the amount of AA up-sampling just dependent on the level of AA chosen and as such is independent of the max texture size defined in P3D? It's certainly dependent on the the AA type and level. The different AA types use different up-sampling methods, thus the final rendered size could be the result of a few down & up-samplings eventually. Max_texture_size will be the final one depicted. That's why the best is to use the texture-sizes as per the needed final and avoid the additional +- samplings as much as possible... Potroh
July 15, 20169 yr Max_texture_size will be the final one depicted. That's why the best is to use the texture-sizes as per the needed final and avoid the additional +- samplings as much as possible... Why does say REX4 then offer independent cloud resolutions for cirrus and cumulus if they are going to end up at the same P3D defined value? gb. YSSY. Win 10, [email protected], Corsair H115i Cooler, RTX 4070Ti, 32GB G.Skill Trident Z F4-3200, Samsung 960 EVO M.2 256GB, ASUS Maximus VIII Ranger, Corsair HX850i 850W, Thermaltake Core X31 Case, Samsung 4K 65" TV.
July 15, 20169 yr Why does say REX4 then offer independent cloud resolutions for cirrus and cumulus if they are going to end up at the same P3D defined value? Because they rightly suppose that a wise user will use the same texture size for both the clouds (runways, etc.) as per the max size defined in P3D or FSX. It's always the max value that counts, so in case the user has 2048 max texture size in P3D, then he should use 2048 cumulus coulds, which doesn't mean he can't have the cirrus clouds at a lower resolution, but never higher... Potroh
July 15, 20169 yr It's always the max value that counts, so in case the user has 2048 max texture size in P3D, then he should use 2048 cumulus coulds, which doesn't mean he can't have the cirrus clouds at a lower resolution, but never higher... But if I set the cirrus to say a lower 512 in your above case aren't you saying the cirrus will be upsampled to 2048 anyway? What then would the point of having independent cirrus/cumulus resolution options in REX? gb. YSSY. Win 10, [email protected], Corsair H115i Cooler, RTX 4070Ti, 32GB G.Skill Trident Z F4-3200, Samsung 960 EVO M.2 256GB, ASUS Maximus VIII Ranger, Corsair HX850i 850W, Thermaltake Core X31 Case, Samsung 4K 65" TV.
July 16, 20169 yr But if I set the cirrus to say a lower 512 in your above case aren't you saying the cirrus will be upsampled to 2048 anyway?What then would the point of having independent cirrus/cumulus resolution options in REX? No, they will not always be up-sampled to the max value. The different AA methods do that but not according to the max value defined. (It would take just a couple of minutes or so to test the related difference if the "Application-controlled" and the "Enhance the application setting" or the "Overwrite any application setting" variables are selected in NI for AA would make any difference of how AA up-sampling reaches a max value in this case, but I've never tested that, so simply can't tell...) Potroh
July 17, 20169 yr No, they will not always be up-sampled to the max value.The different AA methods do that but not according to the max value defined. That's the way I see it too. But in your reply to armchair_pilot (post #44) you said: "Soft-clouds are 512x512 in size so they need to be up-sampled if a higher max value (TEXTURE_MAX_LOAD?) is used." gb. YSSY. Win 10, [email protected], Corsair H115i Cooler, RTX 4070Ti, 32GB G.Skill Trident Z F4-3200, Samsung 960 EVO M.2 256GB, ASUS Maximus VIII Ranger, Corsair HX850i 850W, Thermaltake Core X31 Case, Samsung 4K 65" TV.
July 17, 20169 yr That's the way I see it too.But in your reply to armchair_pilot (post #44) you said:"Soft-clouds are 512x512 in size so they need to be up-sampled if a higher max value (TEXTURE_MAX_LOAD?) is used." Not easy to explain without proper pictures, but I do an attempt anyway... Look at these two screenshots: Max is set to 2048 on both pics. One shots depicts the a cloud of 2048x2048 and the other one is 512x512. I simply made colored blobs in place of the clouds, so one can see the scenario better. (As a cumulus01.bmp contains 16 different clouds, all are different in color in the bitmap I made.) This first one is the 2048x2048 texture. You can see that the clouds spread out finely back to the horizon and that their mipmaps are employed quite evenly. The render-engine tries to use as many variations from the same texture as possible. This is 512x512. You can see less clouds, less variation, and because the smaller mipmaps are way too small for the render-engine, they soon become transparent (due to the alpha content that being is similar for both texture sizes).One can also notice that on the clouds in the background there are no "variations" from the same texture, rather it tries to depict (draw) the higher mipmaps and then they face away, simply due to the lack of up-sampling in this case.So up-sampling happens or rather tries to happen, but sizes are too small for the purpose.Hope it's a bit clearer. Potroh
Create an account or sign in to comment