tp.add(texturedSphereWrapperExample, "Textured Sphere (Wrapper)");
LightingWrapperExample lightingWrapperExample = new LightingWrapperExample();
tp.add(lightingWrapperExample, "Lighting (Wrapper)");
SkyboxWrapperExample skyboxWrapperExample = new SkyboxWrapperExample();
tp.add(skyboxWrapperExample, "Skybox (Wrapper)");
tp.selectTab(5);
RootPanel.get("gwtgl-examples").add(tp);
} catch (Exception e) {