Shared models sorted by file size: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
(Created page with " 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 siz...")
 
mNo edit summary
Line 5: Line 5:
use ctrl-F to find the model that you like to use
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>
cd ~/.fgfs/TerraSync/Models
find . -name *.ac -execdir ls -hs '{}' ';' | sort -n
</code>
or sorted first by categoy then by size:
<code>
for i in $( ls ); do  ls -hs $i/*.png  | sort -n; done
</code>
see also:
[[Textures of shared models sorted by file size]]


<pre>
<pre>
Line 1,268: Line 1,285:
3,1M Forklift.ac
3,1M Forklift.ac
</pre>
</pre>
This list might be out of date. This is how I made it:
cd ~/.fgfs/TerraSync/Models
find . -name *.ac -execdir ls -hs '{}' ';' | sort -n
see also:
[[Textures of shared models sorted by file size]]
476

edits

Navigation menu