Terrain Demo Fixed

Fish

03-03-2010 02:07:36

There have been two lingering issues with the terrain demo.

1) The terrain polygons and the terrains physics mesh do line up properly.
2) The Bullet devs changed the way they set the terrain position on the y-axis.

Both of these issues have been fixed in SVN. There still remains the issues with the Ragdoll demo and constraints demo (and maybe one other demo) not working properly (yields a black screen for the most part) but I simply don't have time to fix figure out why.

-Fish

dermont

27-03-2010 06:17:34

There still remains the issues with the Ragdoll demo and constraints demo (and maybe one other demo) not working properly (yields a black screen for the most part) but I simply don't have time to fix figure out why.

-Fish

Not sure if TriMesh_Demo (white screen background) is one of the problem demos, updating
one line in WT.material resolved it for me.


material DT__default__
{
technique
{
pass
{
- //lighting off
+ lighting off

Fish

05-04-2010 17:37:07

Thanks dermont, I'll try that in the next few days.