I can't get my content to show up.
I modified the Crowd sample to load up my exported scene but I just can't see it. I did the following:
1. Created a teapot in 3dsmax
2. Exported using the latest FCollada exporter to Horde3D\Binaries\Content\scene.dae
3. Drag-n-dropped Horde3D\Binaries\Content\scene.dae onto ColladaConv.exe, this produced scene.anim, scene.geo and scene.scene.xml in the same folder. This also produced a material file.
4. Load up my scene
ResHandle myScene = Horde3D::addResource( ResourceTypes::SceneGraph, "scene.scene.xml", 0 );
5. Add scene node
NodeHandle scene = Horde3D::addNodes( RootNode, myScene );
Horde3D::setNodeTransform( scene, 0, 0, 0, 0, 0, 0, 200, 200, 200 );
6. Tried different scales
7. Changed the material shader from skinning.shader.xml to standard.shader.xml
Nothing!

What am I missing?