My first attempts to use ODE with DIRECTX. The terrain you see in the background is the same as you can see in another videos. However DirectX enabled me to use texture smoothing and better proper textures.
@yankeetebo google xloader, you use direct x files containing vertices/indices. This is the easies way imho but you can load pretty much any model providing you satisfy input to functions that construct meshes. check my site and sourceforce projects for the sourcecode
As with everything you will need to lear the basics of ODE but im my opinion it is not hard.
If you just want to lear ode the good way to start might be to download it a have a look at the demos. This does not require you to develop any type of rendering as all is done for you (check drawstuff library that is distributed with ode).
It was a bit pain at the beginning to use ode with directx or opengl natively but again after some resarch it was fine.
Hi how were you able to create a terrain in ODE?
yankeetebo 1 year ago
@yankeetebo google xloader, you use direct x files containing vertices/indices. This is the easies way imho but you can load pretty much any model providing you satisfy input to functions that construct meshes. check my site and sourceforce projects for the sourcecode
mpeniak 1 year ago
thanks for your comment and good luck with your work...
mpeniak 2 years ago
Hi,
As with everything you will need to lear the basics of ODE but im my opinion it is not hard.
If you just want to lear ode the good way to start might be to download it a have a look at the demos. This does not require you to develop any type of rendering as all is done for you (check drawstuff library that is distributed with ode).
It was a bit pain at the beginning to use ode with directx or opengl natively but again after some resarch it was fine.
mpeniak 2 years ago