rename ObsoleteDemos back to Demos

fix some relative path issues for loading assets
This commit is contained in:
Erwin Coumans
2014-05-12 16:12:01 -07:00
parent 23a2a4f4f9
commit dc491936a2
312 changed files with 3933 additions and 322 deletions

View File

@@ -66,7 +66,7 @@ int cloth_tess = 20;
float3 cloth_spawnpoint(0,3,5.0f);
/*
static void ClothDrawSprings(Cloth *cloth)
{
static const float3 color[3]={float3(1,1,0),float3(1,0,1),float3(0,1,1)};
@@ -78,7 +78,7 @@ static void ClothDrawSprings(Cloth *cloth)
Line(X[s.a],X[s.b],color[s.type]);
}
}
*/
int cloth_showsprings=0;
void DoCloths()
@@ -93,4 +93,4 @@ void DoCloths()
// ClothDrawSprings(cloth); // debug visualization
}
}
}