Ok, I'm getting some progress. Foolishly, I forgot to put the .geo and .xml files in the model folder... so it was a path problem. However, still one more error occurs now, it states:
Code:
[color=#FF0000]Resource 'shaders/model.shader' of type 6: No data loaded (file not found?)[/color]
I'm guessing it is still a path error, but the model.shader file seems to be in the right folder.
I added the standard knight scene and that works fine. I'm guessing my folder management is somewhat sloppy.
I'm doing my master thesis in Biomedical Engineering about movement analysis of rowers, this includes incorporating the Horde3D engine in Labview for the visualization of a rower/boat model with measured data. Too bad my programming skills were somewhat limited to Matlab and Labview before the start of this thesis.
Up to now incorporating Horde3D with LabView is working (remade the Knight example just fine), but creating assets for Horde3D is quite a struggle for me...