Textures of shared models sorted by file size: Difference between revisions

Jump to navigation Jump to search
cat, copyedit
No edit summary
(cat, copyedit)
Line 1: Line 1:
If you use many complex models or models with big textures it will increase the memory usage and slow down the simulation. Here is a list of shared models sorted by file size:
{{about||model sizes|Shared models sorted by file size}}


use ctrl-F to find the model that you like to use
This is a list of '''textures of shared models sorted by file size'''.  If you add many complex models or models with big textures to the scenery it ''will'' increase the memory usage and slow down FlightGear.


__TOC__
== Textures ==
Use your browsers search function {{key press|Ctrl|F}} to find the model that you like to use.


This list might be out of date. This is how I made it:
{{note|This list might be out of date.}}
<code>
find . -name *.png  -execdir ls -hs '{}'  ';' | sort -n
</code>


<pre>
<pre>
12K ./4m90HeliPadLamps.png
12K ./4m90HeliPadLamps.png
12K ./Amphibious_assault_ship2.png
12K ./Amphibious_assault_ship2.png
Line 1,023: Line 1,022:
1,4M ./ContainerShip.png
1,4M ./ContainerShip.png
</pre>
</pre>
== How this list was made ==
This is how I made it:
<code>
find . -name *.png  -execdir ls -hs '{}'  ';' | sort -n
</code>
[[Category:Scenery enhancement]]
[[Category:Lists]]

Navigation menu