Add LOD to item. Say hello to a 5-10 FPS boost\!

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8579 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2011-05-15 00:18:35 +00:00
parent c46f6be333
commit 85c337fc7f
12 changed files with 87 additions and 19 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<items>
<bonus-box model="gift-box.b3d" />
<banana model="banana.b3d" />
<nitro-big model="nitrotank-big.b3d" />
<nitro-small model="nitrotank-small.b3d" />
<bonus-box model="gift-box.b3d" lowmodel="gift-box-low.b3d" />
<banana model="banana.b3d" lowmodel="banana-low.b3d" />
<nitro-big model="nitrotank-big.b3d" lowmodel="nitrotank-big-low.b3d" />
<nitro-small model="nitrotank-small.b3d" lowmodel="nitrotank-small-low.b3d" />
<!-- While a bubble gum technically
isn't an item, it is internally
handled as one, so list it here -->

BIN
data/models/banana-low.b3d Executable file

Binary file not shown.

BIN
data/models/gift-box-low.b3d Executable file

Binary file not shown.

BIN
data/models/nitrotank-big-low.b3d Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.