[ODE] bending wheels again?

Si Brown si at sjbrown.co.uk
Sun Nov 10 21:02:35 2002


Hi,

>I've read something about problems using directx with ODE too, can someone 
>tell me more?

The only problem I had was with getting DirectX to preserve the FPU exception behaviour, which can be achieved by creating the device with the D3DCREATE_FPU_PRESERVE flag set. Failing to do so broke some of the ODE internals (in the version I was using).

Ta,
Si