void
My_TestGLDrawing::_InitScene()
{
    _delegate->AddCube(SdfPath("/cube0"), _GetTranslate( 0, 0, 0));
    _delegate->AddCube(SdfPath("/cube1"), _GetTranslate( 0, 5, 1));
}