+quack74 Posted February 24, 2014 Posted February 24, 2014 Would it be better on the frame rates if there were fewer [TargetAreaxxx] with more Targets(xxx) attached to them or more [TargetAreaxxx] with less Targets(xxx) attached? Is it harder to process one or the other? Quote
+Soulfreak Posted February 24, 2014 Posted February 24, 2014 That doesn´t count. What counts is the number of objects, their texture size & lod size. Quote
ignacioc91 Posted February 24, 2014 Posted February 24, 2014 It is the concentration of targets in an area that counts. A target area that is too crowded will have an effect on the frame rate when flying over it. Quote
+Florian Posted February 24, 2014 Posted February 24, 2014 The Buechel airbase i´m currently working on, has about 50 buildings (tower, shelters, hangars), 1200 lights (taxiway lights, streetlamps) and 450 trees. Most of the stuff is built into a single LOD file. For that reason i will end with just 140 target entries, but with (i guess) almost 400.000 Polygons to render. Surprisingly the base runs pretty smooth, even on my old and outdated rig. Most important point is, the strict use of JPG instead of BMP and of course, the lights and trees just need 2 Texture files! So the biggest hit on frame rates are textures, i guess. Quote
Streakfalcon Posted February 24, 2014 Posted February 24, 2014 so jpegs are easier on a system than bitmaps? Quote
+Florian Posted February 25, 2014 Posted February 25, 2014 For sure! An 2048*2048 BMP File has 12 MB, while the same texture in JPG only uses 0,5 MB! Quote
SFP1Ace Posted February 26, 2014 Posted February 26, 2014 For sure! An 2048*2048 BMP File has 12 MB, while the same texture in JPG only uses 0,5 MB! It uses less space on the hard drive, but decompresses to exact same size in Video Card's memory. You only saving the disk space, nothing more. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.