Merge branch 'master' into vehicles

This commit is contained in:
Melanie
2009-10-15 21:14:13 +01:00
63 changed files with 2254 additions and 1996 deletions

View File

@@ -69,7 +69,7 @@ namespace PrimMesher
public Quat Identity()
{
return new Quat(0.0f, 0.0f, 0.0f, 1.1f);
return new Quat(0.0f, 0.0f, 0.0f, 1.0f);
}
public float Length()