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

Jump to navigation Jump to search
no edit summary
(Created page with " <pre> 12K ./4m90HeliPadLamps.png 12K ./Amphibious_assault_ship2.png 12K ./Amphibious_assault_ship3.png 12K ./apronv20_light_gradient_lamp.png 12K ./BAK-12.png 12K ./BAK-12.p...")
 
No edit summary
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:
use ctrl-F to find the model that you like to use
This list might be out of date. This is how I made it:
<code>
find . -name *.png  -execdir ls -hs '{}'  ';' | sort -n
</code>


<pre>
<pre>
Line 1,014: Line 1,023:
1,4M ./ContainerShip.png
1,4M ./ContainerShip.png
</pre>
</pre>
This list might be out of date. This is how I made it:
find . -name *.png  -execdir ls -hs '{}'  ';' | sort -n
476

edits

Navigation menu