This commit is contained in:
Lirusaito
2013-02-27 15:47:03 -05:00
29 changed files with 444 additions and 261 deletions

View File

@@ -50,7 +50,7 @@
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>7000</integer>
<integer>15000</integer>
</map>
<key>SHFMODExDecodeBufferSize</key>
<map>
@@ -61,7 +61,7 @@
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>1000</integer>
<integer>2000</integer>
</map>
<key>SHAllowScriptCommands</key>
<map>

View File

@@ -26,7 +26,7 @@
ATTRIBUTE vec4 weight4;
uniform mat4 matrixPalette[64];
uniform mat4 matrixPalette[32];
mat4 getObjectSkinnedTransform()
{