I'm just playing with horde for a short time (which is fun actually, I might add), so please bare with me if this has been mentioned before.
When using
h3dAddResource like so for a "not found condition test" (where the xml file certainly does not exist), I get back modelRes of value 4:
Code:
H3DRes modelRes = h3dAddResource( H3DResTypes::SceneGraph, "tttttsphere.scene.xml", 0 );
According to the docs, I would rather expect a 0 value, though.
Quote:
Returns
handle to the resource to be added or 0 in case of failure
So, I'm reporting this as a (possible) bug. Thanks and keep up the good work