[Odejava] OdejavaToXith3d needs a fix

I just realized that the CarTerrain demo is creating the visual side of terrain object twice. Once through ASE loader by getting Shape3D and adding it to the scene and second time by OdejavaToXith3d (implicit TriMesh creation for visual side).

I’ll add some functionality to OdejavaToXith3d and fix the demo.

I had problems one my own application and didn’t notice that my terrain was created twice every time. I suspected the problems were due to ASE loader but this was not the case.

funny thing - I noticed this too (and corrected it) when doing my own terrain stuff. Dunno why I didn’t twig that this was the reason for your CarExample problem :-X

now I must finish what I was doing - more info soon :slight_smile:

Will.